On May 27, 12:24 pm, Vikas Gholap <[email protected]>
wrote:
>
>  = render :partial => 'businesses/refresh_subscription_types', :layout
> =>
>  'false'
>
> i am not understanding what is this error. And there is no such file by
> name _false.erb in my businesses view

You're telling it to use the layout called false. If you don't want it
to use a layout you need to say :layout => false (ie the value false
rather than the string 'false')

Fred
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to