Is it possible to ‘override’ or remove the layouts that are generated
by scaffold generated code?
I have a application.html.erb layout that works perfectly with my CSS/
DIV based navigation and all I want to do is create some CRUD pages
for a couple of database tables. But I want them to live in the
application template that I have already created…
I've tried deleting the scaffold layouts from the app/views/layouts
and I get an error from WEBrick looking for the StyleSheets??
ActionController::UnknownAction (No action responded to
stylesheets):
I'm using Rails 2.0.2
Thanks in advance!
Marksu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---