Sha256: d62957b6c43c2fc475b2cf0d9358729e5d3dae9afbc79544c76d6a84eec1c3af

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 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/box', :status => 500
  # end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta4 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta3 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta2 app/controllers/application_controller.rb
locomotive_cms-0.0.4.beta1 app/controllers/application_controller.rb
locomotive_cms-0.0.4 app/controllers/application_controller.rb