Sha256: 56646198b4ad2ab0391a2d79bcd1a6a8b744b3fd4ef75ce37eb8c63eda622515

Contents?: true

Size: 333 Bytes

Versions: 1

Compression:

Stored size: 333 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  #def before_authorize
  #  Rails.logger.info 'We are calling before authorize! :D'
  #end
  #
  #def after_authorize
  #  Rails.logger.info 'We are calling after authorize!!!'
  #end
  #
  #def after_denied_authorization
  #  redirect_to '/'
  #end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_oauth2_rails4-2.0.0 spec/dummy/app/controllers/application_controller.rb