Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created August 19, 2011 10:28
Show Gist options
  • Save lolmaus/1156539 to your computer and use it in GitHub Desktop.
Save lolmaus/1156539 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
protect_from_forgery
@time = Time.now
end
@lolmaus
Copy link
Author

lolmaus commented Aug 19, 2011

This is application_controller.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment