Sha256: 2433f1765fd9ea9242315a8b5681b7bfb94784bcdc60d3173a1875d6b938ad61
Contents?: true
Size: 175 Bytes
Versions: 8
Compression:
Stored size: 175 Bytes
Contents
class UserstampController < ActionController::Base include Ddb::Controller::Userstamp protected def current_user User.find(session[:user_id]) end #end end
Version data entries
8 entries across 8 versions & 4 rubygems