Added Rails program
This commit is contained in:
parent
2471001fa2
commit
4ac5d849cb
45 changed files with 8523 additions and 28 deletions
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
helper :all # include all helpers, all the time
|
||||
protect_from_forgery # See ActionController::RequestForgeryProtection for details
|
||||
|
||||
# Scrub sensitive parameters from your log
|
||||
# filter_parameter_logging :password
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue