Project
Ruby
Priority
Major
Type
Bug
Fix versions
No Fix versions
State
Open
Assignee
Dennis Ushakov
Subsystem
Rails. Code Insight
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anna Bulenkova
    3 years ago (21 Nov 2008 16:00)
  • Updated by   Sergey Zhukov
    9 months ago (10 May 2011 14:23)
  • Jira: RUBY-2367
    (history, comments)
 
RUBY-2367 Parameters used in views can't be populated to partials
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
app/views/articles/index.html.erb
<% for article in @articles -%>
...
<%= render :partial => "articles/article", :object => article %>
#...

app/views/articles/_article.html.erb
...
<%= some_helper_method article, :body %>     <!--here-->
....

Parameter could not be resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments