Method: Opensteam::UserBase::User#set_customer_profile
- Defined in:
- lib/opensteam/user_base.rb
#set_customer_profile ⇒ Object
136 137 138 139 140 |
# File 'lib/opensteam/user_base.rb', line 136 def set_customer_profile unless self.profile self.profile = Profile.find_or_create_by_name(:name => "Customer" ) end end |