Sha256: 14187c5812c955a07eb72f68990ef6f9062aa5411072d41ddbb752e34282b401

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

module AppManager
  class ApplicationController < ActionController::Base
  	include AppManager::Actions
  	cache_response_of_app_manager
    protect_from_forgery with: :exception
    include AppManager::Authenticate
	# rescue_from StandardError do |exception|
	# render json: { :error => exception.message }, :status => 500
	# end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_manager-1.1.0 app/controllers/app_manager/application_controller.rb
app_manager-1.0.3 app/controllers/app_manager/application_controller.rb
app_manager-1.0.2 app/controllers/app_manager/application_controller.rb
app_manager-1.0.1 app/controllers/app_manager/application_controller.rb
app_manager-1.0.0 app/controllers/app_manager/application_controller.rb