Random Ruby Class

Ruby code posted
created at 14 Oct 13:38, updated at 31 Jan 04:42

Edit | Back
1
2
3
4
5
6
7
8
class ApplicationController < ActionController::Base
  # Pick a unique cookie name to distinguish our session data from others'
  session :session_key => '_tags2_session_id'
  require 'string_mixin'
  require 'hash_mixin'
  include LoginSystem 

end
256 Bytes in 2 ms with coderay