Used to extend a schema that has been fixated. This makes the fixate! method do nothing.
Methods
Public Instance methods
[ show source ]
# File lib/copland/schema.rb, line 195
195: def fixate!
196: # does nothing
197: end
[ show source ]
# File lib/copland/schema.rb, line 199
199: def fixated?
200: true
201: end