Added correct REGISTRY_ENV as eedirekt

This commit is contained in:
Priit Tamboom 2014-10-08 16:10:48 +03:00
parent ec776f9d06
commit 6113401eb0
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ class Ability
if Rails.env.production?
case REGISTRY_ENV
when :eedirect
when :eedirekt
can :create, :session
admin = false
when :admin