# File lib/groupdate/active_record.rb, line 13 def method_missing_with_hack(method, *args, &block) if Groupdate::METHODS.include?(method) scoping { @klass.send(method, *args, &block) } else method_missing_without_hack(method, *args, &block) end end