appirits/comable-apartment

View on GitHub
app/controllers/comable/apartment/user_sessions_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Comable
  module Apartment
    class UserSessionsController < Devise::SessionsController
      helper Comable::Apartment::ApplicationHelper
      layout 'comable/apartment/application'
    end
  end
end