Skip to content

Instantly share code, notes, and snippets.

@elsapet
Created May 5, 2015 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elsapet/39f567864d2a43f939a6 to your computer and use it in GitHub Desktop.
Save elsapet/39f567864d2a43f939a6 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
default_scope { where(active: true) }
validates :username, uniqueness: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment