Sha256: eca68b43a740e1f0b9b0837aa7d6b5f46f6f294b4bd6bb5fd2b6f409472a2319

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

require 'action_controller'

# The filters added to this controller will be run for all controllers in the application.
# Likewise will all the methods added be available for all controllers.
class AbstractApplicationController < ActionController::Base
  helper :application
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-0.8.5 helpers/abstract_application.rb