Closed JuanitoFatas closed 9 years ago
Rails is smart enough to know the action name by looking at config/routes.rb:
config/routes.rb
root to: "links#index"
Sorry I added the ApplicationController already.
ApplicationController
Rails is smart enough to know the action name by looking at
config/routes.rb
: