Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created July 1, 2011 17:08
Show Gist options
  • Save denysonique/1058967 to your computer and use it in GitHub Desktop.
Save denysonique/1058967 to your computer and use it in GitHub Desktop.
Is there a cleaner/simpler way of doing this?
class MyModel < ActiveRecord::Base
attr_accessor :foo_bar
def foo_bar
@foo_bar || []
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment