<%= render :partial => ‘tags/form’,
:locals => {:form => post_form} %>
Missing partial tags/form with
{:handlers=>[:erb, :coffee, :builder], :formats=>[:html],
:locale=>[:en]}.
<%= render :partial => ‘tags/form’,
:locals => {:form => post_form} %>
Missing partial tags/form with
{:handlers=>[:erb, :coffee, :builder], :formats=>[:html],
:locale=>[:en]}.
is there a partial in this format: “_form.html.erb”? or do you want to
access post_form in the folder “tags”?
‘tags/form’ is a relative path, you should ‘/tags/form’ to absolute
path.
2012/3/26 E Y [email protected]
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
–
Fernando A.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs