Sha256: 76d24f0ed75a509e40f6bdb6c3c2e82b0c27ddb2903979dcd836463da36b8d0e

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

class ApplicationController < ActionController::Base
  include ActionControllerMixin
  protect_from_forgery
  ActionView::Base.default_form_builder = ScaffoldLogic::FormBuilder

  def render_404
    render :template => 'application/error_404', :status => :not_found
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blog_logic-1.4.15 app/controllers/application_controller.rb
blog_logic-1.4.14 app/controllers/application_controller.rb
blog_logic-1.4.13 app/controllers/application_controller.rb
blog_logic-1.4.12 app/controllers/application_controller.rb