Renamed controllers classes.
commit2352ff7f2673ff33591b96238fb81adfbeea6f01
authorAlex Coles <alexbcoles@mac.com>
Tue, 26 Feb 2008 18:35:03 +0000 (26 19:35 +0100)
committerAlex Coles <alexbcoles@mac.com>
Tue, 26 Feb 2008 18:35:03 +0000 (26 19:35 +0100)
tree0a31e93379392d84113e0b977c0d668df01c541e
parent0235a19cb95f91effd28581d44fbee762648d0a2
Renamed controllers classes.
Created route rules in router.rb
15 files changed:
Rakefile
app/controllers/admin/abstract_models.rb [moved from app/controllers/abstract_model_controller.rb with 98% similarity]
app/controllers/admin/export.rb [new file with mode: 0644]
app/controllers/admin/extensions.rb [moved from app/controllers/extension_controller.rb with 72% similarity]
app/controllers/admin/layouts.rb [moved from app/controllers/layout_controller.rb with 90% similarity]
app/controllers/admin/pages.rb [moved from app/controllers/page_controller.rb with 98% similarity]
app/controllers/admin/snippets.rb [new file with mode: 0644]
app/controllers/admin/users.rb [moved from app/controllers/user_controller.rb with 95% similarity]
app/controllers/admin/welcome.rb [moved from app/controllers/welcome_controller.rb with 94% similarity]
app/controllers/application.rb [moved from app/controllers/radiant_application.rb with 91% similarity]
app/controllers/export_controller.rb [deleted file]
app/controllers/site.rb [moved from app/controllers/site_controller.rb with 97% similarity]
app/controllers/snippet_controller.rb [deleted file]
config/radiant_routes.rb [deleted file]
config/router.rb