Skip to content

Commit

Permalink
Allow users in
Browse files Browse the repository at this point in the history
  • Loading branch information
francispotter committed Jul 28, 2011
1 parent a1caad7 commit 7c19e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails/app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class User < ActiveRecord::Base

# Note we're using "User" to mean basically someone who just registered.

DEFAULT_ROLE = :user
DEFAULT_ROLE = :explorer

def initialize(params = nil)
super
Expand Down

0 comments on commit 7c19e38

Please sign in to comment.