Skip to content

Instantly share code, notes, and snippets.

@ryanmarshall
Created February 4, 2011 02:46
Show Gist options
  • Save ryanmarshall/810660 to your computer and use it in GitHub Desktop.
Save ryanmarshall/810660 to your computer and use it in GitHub Desktop.
class Whatever < ActiveRecord::Base
#field name is 'name'
def foo
name
self['name']
self.name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment