9 lines
171 B
Ruby
9 lines
171 B
Ruby
|
class Admin::PasswordsController < Devise::PasswordsController
|
||
|
|
||
|
include Locomotive::Routing::SiteDispatcher
|
||
|
|
||
|
layout 'login'
|
||
|
|
||
|
before_filter :require_site
|
||
|
|
||
|
end
|