Sha256: 0e6f960d6a9017e49e16595d5801cec0fd5968681db17351d0cac59f9bbe4c6e

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  protected

  # rescue_from Exception, :with => :render_error
  #
  # def render_error
  #   render :template => "/admin/errors/500", :layout => '/admin/layouts/box', :status => 500
  # end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/controllers/application_controller.rb
locomotive_cms-1.0.0.beta app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta12 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta11 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta10 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta9 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta8 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta7 app/controllers/application_controller.rb