Class: Client::Profile
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Client::Profile
- Defined in:
- app/models/client/profile.rb
Instance Attribute Summary collapse
-
#current_user ⇒ Object
Returns the value of attribute current_user.
Instance Method Summary collapse
-
#initialize(current_user) ⇒ Profile
constructor
A new instance of Profile.
- #method_name ⇒ Object
Constructor Details
#initialize(current_user) ⇒ Profile
6 7 8 |
# File 'app/models/client/profile.rb', line 6 def initialize(current_user) @current_user = current_user end |
Instance Attribute Details
#current_user ⇒ Object
Returns the value of attribute current_user.
4 5 6 |
# File 'app/models/client/profile.rb', line 4 def current_user @current_user end |
Instance Method Details
#method_name ⇒ Object
10 11 12 |
# File 'app/models/client/profile.rb', line 10 def method_name end |