Sha256: b3ee6ff021f3addcc244a2c89fc3243effb78706d6e23d8c05fd4160769b72e5
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
module Socialite class SessionController < ApplicationController unloadable before_filter :ensure_user, :only => [:destroy] before_filter :ensure_no_user, :except => [:destroy] respond_to :html, :json end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
socialite-0.0.1.beta4 | app/controllers/socialite/session_controller.rb |
socialite-0.0.1.beta2 | app/controllers/socialite/session_controller.rb |