repo.or.cz
/
base_ror3_portal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git]
/
app
/
controllers
/
application_controller.rb
blob
2df2df85302745674e09d0dbac81848659098518
1
class ApplicationController < ActionController::Base
2
protect_from_forgery
3
include SslRequirement
4
5
end