Sha256: 9c3985e3e4d0fa0ff6fc7d283faf96f8ad219fd7855d7cf6bc93c5873b089c2b
Contents?: true
Size: 738 Bytes
Versions: 53
Compression:
Stored size: 738 Bytes
Contents
# Authentication Bullet Train uses [Devise](https://github.com/heartcombo/devise) for authentication and we've done the work of making the related views look pretty and well-integrated with the look-and-feel of the application template. ## Customizing Controllers Bullet Train registers its own slightly customized registration and session controllers for Devise. If you want to customize them further, you can simply eject those controllers from the framework and override them locally, like so: ``` bin/resolve RegistrationsController --eject --open bin/resolve SessionsController --eject --open ``` ## Customizing Views You can customize Devise views using the same workflow you would use to customize any other Bullet Train views.
Version data entries
53 entries across 53 versions & 1 rubygems