Displaying 1 result from an estimated 1 matches for "postshelper".
Did you mean:
posthelper
2008 Jun 02
0
Rails 2.1 - when PostsController is present, creating Admin::PostsController fails
...found out small problem with Rails 2.1.
If I run a "script/generate scaffold post title:string" that creates
PostsController and later want to make admin controller for it by
running "script/generate controller admin/posts", Rails complain that:
"The name ''Admin::PostsHelper'' is either already used in your
application or reserved by Ruby on Rails."
It worked fine in 2.0.2.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this g...