URI rewriting to determine a controller based on an action name

This commit is contained in:
Alexey Verkhovsky 2005-01-22 01:57:05 +00:00
parent 12a34823a8
commit 9d90901cd0
3 changed files with 41 additions and 1 deletions

View file

@ -1,4 +1,5 @@
require 'application'
class FileController < ApplicationController
layout 'default', :except => [:rss_feed, :rss_with_headlines, :tex, :export_tex, :export_html]