Sha256: db5889d83ac3de64f897d2c4622aad240b1c6ada37dd12ff71f968c95f2e90e9
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
module AppyantraAdmin class Users::RegistrationsController < Devise::RegistrationsController layout 'application' before_filter(only: [:new]) { @page_title = 'Sign Up'} before_filter(only: [:edit]) { @page_title = 'Update Account'} helper AppyantraAdmin::ApplicationHelper private include AppyantraAdmin::Users::UserPaths end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appyantra_admin-0.0.1 | app/controllers/appyantra_admin/users/registrations_controller.rb |