TeX and CSS tweaks.
Sync with latest Instiki Trunk (Updates Rails to 1.2.2)
This commit is contained in:
parent
0ac586ee25
commit
c358389f25
443 changed files with 24218 additions and 9823 deletions
7
vendor/rails/railties/helpers/application.rb
vendored
7
vendor/rails/railties/helpers/application.rb
vendored
|
@ -1,4 +1,7 @@
|
|||
# Filters added to this controller will be run for all controllers in the application.
|
||||
# Filters added to this controller apply to all controllers in the application.
|
||||
# Likewise, all the methods added will be available for all controllers.
|
||||
|
||||
class ApplicationController < ActionController::Base
|
||||
end
|
||||
# Pick a unique cookie name to distinguish our session data from others'
|
||||
session :session_key => '_<%= app_name %>_session_id'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue