Sha256: 817656c20f95e8113a8f51232f6952d10b89db8f9c6db4da1b5b38e0a66a0fec
Contents?: true
Size: 314 Bytes
Versions: 15
Compression:
Stored size: 314 Bytes
Contents
class Iugu::SessionsController < Devise::SessionsController after_filter :select_account, :only => :create def after_sign_in_path_for(resource_or_scope) IuguSDK::app_main_url end def after_sign_out_path_for(resource_or_scope) IuguSDK::app_root_url end layout IuguSDK.alternative_layout end
Version data entries
15 entries across 15 versions & 1 rubygems