can [:history, :version], OldRelation
end
- if user
+ if user&.active?
can :welcome, :site
can [:revoke, :authorize], :oauth
can [:index, :show, :update, :update_all, :destroy], UserPreference
if user.terms_agreed?
- can [:create, :update, :upload, :close, :subscribe, :unsubscribe, :expand_bbox], Changeset
+ can [:create, :update, :upload, :close, :subscribe, :unsubscribe], Changeset
can :create, ChangesetComment
can [:create, :update, :delete], Node
can [:create, :update, :delete], Way