I think you can do it using the render command. Check out the section "render a file" from the following link:
http://api.rubyonrails.org/classes/ActionController/Base.html#M000658 Hope that helps, Jim http://www.thepeoplesfee.com/contribute On Wed, Aug 19, 2009 at 2:01 AM, Wap Addon <[email protected] > wrote: > > Hello guys, > > i want to include file in another file > > for ex. i have a file _search.html.erb & index.html.erb _search include > in index using <% render :partial => 'search'%> that's no problem but i > want to without underscore i mean (search.html.erb)include in index.html > how this one possible. > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

