Rails 3.2 render to application.html.erb -
Rails 3.2 render to application.html.erb -
i want render page message view in application.html.erb returns me "'nil' not activemodel-compatible object returns valid partial path." know there application controller cant find yet.. here have tree of views:
-views -layouts -application.html.erb -messages -index.html.erb -_message.html.erb -create.js.erb
how can set messages/index in application view?
ruby-on-rails render
Comments
Post a Comment