URI rewriting to determine a controller based on an action name
This commit is contained in:
parent
12a34823a8
commit
9d90901cd0
3 changed files with 41 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'application'
|
||||
|
||||
class FileController < ApplicationController
|
||||
|
||||
layout 'default', :except => [:rss_feed, :rss_with_headlines, :tex, :export_tex, :export_html]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue