Skip to content

Instantly share code, notes, and snippets.

@libryder
Created May 11, 2012 23:08
Show Gist options
  • Select an option

  • Save libryder/2662994 to your computer and use it in GitHub Desktop.

Select an option

Save libryder/2662994 to your computer and use it in GitHub Desktop.
class Customer < User
# on the following comma-sep list, ONLY append values to the end!
has_preferences :hide_deleted_stores
def is_employee?
false
end
def is_customer?
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment