Skip to content

Commit

Permalink
#1693 issue editing org users found (ssl enforce missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartones committed Apr 7, 2015
1 parent 6f3738a commit f06a5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/admin/organization_users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

class Admin::OrganizationUsersController < ApplicationController
ssl_required :profile, :account, :oauth, :api_key, :regenerate_api_key
ssl_required :new, :create, :edit, :update, :destroy

before_filter :get_config
before_filter :login_required, :check_permissions
Expand Down

0 comments on commit f06a5e3

Please sign in to comment.