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