search for: your_rails_dir

Displaying 1 result from an estimated 1 matches for "your_rails_dir".

2006 May 29
1
Substruct 0.7 now here!!!
...admin user! All that''s needed is to update the shipping tables, so you could possibly extract those records by themselves and insert by hand. Yes, I know it should have probably been a migration...sorry. 2. Create an application specific application.rb file. (your_rails_dir/app/controllers/application.rb) It''s contents should look like this: class ApplicationController < ActionController::Base include SubstructApplicationController end This makes sure that everything is loaded properly. Newe...