Class: Array

Inherits:
Object show all
Defined in:
lib/custom_active_record/sjis_base.rb,
lib/custom_active_record/no_id_base.rb

Instance Method Summary collapse

Instance Method Details

#to_display_encodeObject



172
173
174
175
176
# File 'lib/custom_active_record/sjis_base.rb', line 172

def to_display_encode
  return self.collect { |a|
    a.to_display_encode
  }    
end

#to_mssql_encodeObject



166
167
168
169
170
# File 'lib/custom_active_record/sjis_base.rb', line 166

def to_mssql_encode
  return self.collect { |a|
    a.to_mssql_encode
  }    
end