Hi there.

I have a problem with the view of the method related to the same
controller.

I have two methods in one controller: "index" and "causes", which each
one has a view. I make my "index" view with stylesheets, javascripts
and images saved on their respective folder in /public. e.g.:

<%= stylesheet_link_tag "menu", "style", :media => "screen,
projection" %>
<%= javascript_include_tag "swfobject" %>
<img src="images/divider2.png" alt="" />

I put the all that in the index view and it does it well.

I tried to do the same in the "causes" and... unfortunately it fails.

I don't know what happened. Can you please help me? I need to
understand what's wrong?

Greetings...

The Neurochild
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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