Module: Copland::Schema::Fixated
- Defined in:
- lib/copland/schema.rb
Overview
Used to extend a schema that has been fixated. This makes the #fixate! method do nothing.
Instance Method Summary collapse
Instance Method Details
#fixate! ⇒ Object
195 196 197 |
# File 'lib/copland/schema.rb', line 195 def fixate! # does nothing end |
#fixated? ⇒ Boolean
199 200 201 |
# File 'lib/copland/schema.rb', line 199 def fixated? true end |