Module: ConfigureMe::Persisting::ClassMethods
- Defined in:
- lib/configure_me/persisting.rb
Instance Method Summary collapse
Instance Method Details
#persist_me ⇒ Object
6 7 8 |
# File 'lib/configure_me/persisting.rb', line 6 def persist_me @persisting = true end |
#persisting? ⇒ Boolean
10 11 12 13 |
# File 'lib/configure_me/persisting.rb', line 10 def persisting? @persisting ||= false @persisting && !ConfigureMe.persistence_klass.nil? end |