class UcbRailsUser::UsersController < ApplicationController include UcbRailsUser::Concerns::UsersController # Don't add anything more here - any logic for this controller should go into # Concerns::UserController. This will make it much easier for host apps to customize # behavior if they need to # http://guides.rubyonrails.org/engines.html#implementing-decorator-pattern-using-activesupport-concern end