instiki/vendor/rails/railties/helpers/application.rb

4 lines
216 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
# 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