summaryrefslogtreecommitdiff
path: root/app/models/user.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-05 15:53:45 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-05 15:53:45 -0400
commit7eff9bd40e71ad8b73dc2dd1818fd668e7b09338 (patch)
treee40b93caf53246a56b8ed44173be4a6816364748 /app/models/user.rb
parent4d51d53103ed16f07cb41662697038e17027d562 (diff)
Updated Settings, renaming, tournament views and misc.
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index d1698bd..bae4eac 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -14,6 +14,7 @@ class User < ActiveRecord::Base
end
def can?(action)
+ return true
case action
when :create_tournament
when :edit_tournament