module WithModel::Methods
Extended into all ActiveRecord
models created by with_model.
Public Instance Methods
Source
# File lib/with_model/methods.rb, line 8 def with_model? true end
Since model classes not created by with_model won’t have this method, one should instead test ‘respond_to?(:with_model?)`.