2010-05-10 22:39:52 +00:00
|
|
|
module Admin
|
|
|
|
class PasswordsController < Devise::PasswordsController
|
2010-04-22 23:52:11 +00:00
|
|
|
|
2010-05-10 22:39:52 +00:00
|
|
|
include Locomotive::Routing::SiteDispatcher
|
2010-04-22 23:52:11 +00:00
|
|
|
|
2010-05-10 22:39:52 +00:00
|
|
|
layout 'login'
|
2010-04-22 23:52:11 +00:00
|
|
|
|
2010-05-10 22:39:52 +00:00
|
|
|
before_filter :require_site
|
2010-04-22 23:52:11 +00:00
|
|
|
|
2010-05-10 22:39:52 +00:00
|
|
|
end
|
2010-04-22 23:52:11 +00:00
|
|
|
end
|