wclaytor / bpc-rails-demo

A Ruby on Rails demo
http://demo.billclaytor.com
MIT License
0 stars 0 forks source link

Added Devise for authentication, updated views and test helper #16

Closed wclaytor closed 1 year ago

wclaytor commented 1 year ago

Added Devise gem Added migration and updated user model to include tracking Updated app to require login Updated nav to include user, sign out Updated views to hide new, options from non-admin users Updated test helper to include Devise setup / login