Class: MegaBar::Model
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- MegaBar::Model
- Includes:
- MegaBarModelConcern
- Defined in:
- app/models/mega_bar/model.rb
Instance Attribute Summary collapse
-
#make_page ⇒ Object
Returns the value of attribute make_page.
-
#model_id ⇒ Object
writeonly
Sets the attribute model_id.
Instance Attribute Details
#make_page ⇒ Object
Returns the value of attribute make_page.
9 10 11 |
# File 'app/models/mega_bar/model.rb', line 9 def make_page @make_page end |
#model_id=(value) ⇒ Object (writeonly)
Sets the attribute model_id
10 11 12 |
# File 'app/models/mega_bar/model.rb', line 10 def model_id=(value) @model_id = value end |