Module: CanTango::Permit::AccountType::ClassMethods

Included in:
CanTango::Permit::AccountType
Defined in:
lib/cantango/permit/account_type.rb

Instance Method Summary collapse

Instance Method Details

#hash_keyObject



9
10
11
# File 'lib/cantango/permit/account_type.rb', line 9

def hash_key
  (self)
end

#typeObject



5
6
7
# File 'lib/cantango/permit/account_type.rb', line 5

def type
  :account
end