Module: WithEditionMode
- Extended by:
- ActiveSupport::Concern
- Included in:
- Exercise
- Defined in:
- app/models/concerns/with_edition_mode.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#edition_mode ⇒ Object
Returns the value of attribute edition_mode.
Instance Method Summary collapse
Instance Attribute Details
#edition_mode ⇒ Object
Returns the value of attribute edition_mode.
4 5 6 |
# File 'app/models/concerns/with_edition_mode.rb', line 4 def edition_mode @edition_mode end |
Instance Method Details
#edit! ⇒ Object
6 7 8 |
# File 'app/models/concerns/with_edition_mode.rb', line 6 def edit! self.edition_mode = true end |