module WithModel::Methods

Extended into all ActiveRecord models created by with_model.

Public Instance Methods

with_model?() click to toggle source

Since model classes not created by with_model won't have this method, one should instead test `respond_to?(:with_model?)`.

# File lib/with_model/methods.rb, line 8
def with_model?
  true
end