Not that i'm an expert, but instead just change the route for 'home'
to the projects controller, avoiding the need for adding extra
functions to the front controller:

in routes.rb

map.root :controller => 'projects', :action => 'index'

On Jan 25, 1:36 pm, FF <[email protected]> wrote:
> The The Agility Tutorial "moves" project to the stories-tab by adding
> this to stories_controller.rb:
>
> auto_actions_for :project, [:new, :create]
>
> But I cannot add this to the front_controller.rb. How do I "move" this
> to the front page?
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to