Commit ffca346e4beecab11cdab0110d5137c8a4803a5c

Authored by AntonioTerceiro
1 parent fae0594b

ActionItem8: minor doc work



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@80 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/controllers/application.rb
1   -# Filters added to this controller will be run for all controllers in the application.
2   -# Likewise, all the methods added will be available for all controllers.
  1 +# This is the application's main controller. Features defined here are
  2 +# available in all controllers.
3 3 class ApplicationController < ActionController::Base
4 4  
5 5 before_filter :detect_stuff_by_domain
... ...