This website requires JavaScript.
Explore
Help
Register
Sign In
seth
/
jam-cloud
mirror of
https://bitbucket.org/jamkazam/jam-cloud.git
Watch
1
Star
0
Fork
You've already forked jam-cloud
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ba0e600293
jam-cloud
/
web
/
app
/
controllers
/
application_controller.rb
5 lines
105 B
Ruby
Raw
Normal View
History
Unescape
Escape
* initial web commit
2012-08-31 02:09:02 +00:00
class
ApplicationController
<
ActionController
::
Base
protect_from_forgery
* removed all microposts/follower stuff; just user sign up and login
2012-08-31 03:01:52 +00:00
include
SessionsHelper
* initial web commit
2012-08-31 02:09:02 +00:00
end