Class: Object

Inherits:
BasicObject
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



160
161
162
# File 'lib/custom_active_record/sjis_base.rb', line 160

def to_display_encode
  return self
end

#to_mssql_encodeObject



156
157
158
# File 'lib/custom_active_record/sjis_base.rb', line 156

def to_mssql_encode
  return self
end