class Draper::QueryMethods::LoadStrategy::Mongoid

Public Instance Methods

allowed?(method) click to toggle source
# File lib/draper/query_methods/load_strategy.rb, line 15
def allowed?(method)
  raise NotImplementedError
end