Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created April 6, 2010 02:35
Show Gist options
  • Save jugyo/357153 to your computer and use it in GitHub Desktop.
Save jugyo/357153 to your computer and use it in GitHub Desktop.
# utils for console
class ActiveRecord::Base
class << self
alias_method :[], :find
end
alias_method :attr, :update_attributes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment