Class: AccountType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/account_type.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject

Helpers



9
10
11
# File 'app/models/account_type.rb', line 9

def to_s
  title
end