Skip to content

Instantly share code, notes, and snippets.

@Blue-Dog-Archolite
Created July 16, 2012 20:38
Show Gist options
  • Save Blue-Dog-Archolite/3124899 to your computer and use it in GitHub Desktop.
Save Blue-Dog-Archolite/3124899 to your computer and use it in GitHub Desktop.
the Fix
module ActiveResource::Base
def self.scoped(args)
return self
end
def self.where(args)
return self.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment