instiki/vendor/rails/railties/helpers/application.rb
2007-01-22 07:43:50 -06:00

4 lines
216 B
Ruby

# Filters added to this controller will be run for all controllers in the application.
# Likewise, all the methods added will be available for all controllers.
class ApplicationController < ActionController::Base
end