Module: Draper::QueryMethods

Included in:
CollectionDecorator
Defined in:
lib/draper/query_methods.rb,
lib/draper/query_methods/load_strategy.rb

Defined Under Namespace

Modules: LoadStrategy

Instance Method Summary collapse

Instance Method Details

#respond_to_missing?(method, include_private = false) ⇒ Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/draper/query_methods.rb', line 12

def respond_to_missing?(method, include_private = false)
  strategy.allowed?(method) || super
end