]> git.openstreetmap.org Git - rails.git/commit
Use some rails magic to avoid having to duplicate all the changeset
authorTom Hughes <tom@compton.nu>
Sun, 7 Jun 2009 11:24:11 +0000 (11:24 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 7 Jun 2009 11:24:11 +0000 (11:24 +0000)
commit396d8ce31348878001a1f5541d9d403d01a04212
treedbc565fa3bd2dbe36de75f1244865f1816936b69
parentd71c95e775f2c792ce53d73e2dbb5ca299b9327e
Use some rails magic to avoid having to duplicate all the changeset
list controller methods for the RSS feeds.
app/controllers/changeset_controller.rb
app/views/changeset/list.rxml [moved from app/views/changeset/list_rss.rxml with 99% similarity]
app/views/changeset/list_bbox.rxml [moved from app/views/changeset/list_bbox_rss.rxml with 99% similarity]
app/views/changeset/list_user.rxml [moved from app/views/changeset/list_user_rss.rxml with 99% similarity]
app/views/layouts/site.rxml [new file with mode: 0644]
config/routes.rb