Commit Graph

7 Commits

Author SHA1 Message Date
Mark Moser
4a70b795e5 policy strong_params 2016-09-21 15:50:02 -05:00
Mark Moser
75a4fbf71a user policy to allow profile edits 2016-09-21 11:03:45 -05:00
Mark Moser
0a69eb578e current_admin to current_user => prep for pundit 2016-09-19 14:25:17 -05:00
Mark Moser
4bbd93ded1 rubocop noise: fixes FrozenStringLiteralComment
Adding the .ruby-verison file triggered previously un-run cops, specifically:

  This cop is designed to help upgrade to Ruby 3.0. It will add the
  comment `# frozen_string_literal: true` to the top of files to enable
  frozen string literals. Frozen string literals will be default in Ruby
  3.0. The comment will be added below a shebang and encoding comment. The
  frozen string literal comment is only valid in Ruby 2.3+.

More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
2016-09-08 10:30:13 -05:00
Mark Moser
7b51d26295 password reset requests 2016-08-24 15:02:32 -05:00
Mark Moser
963517e4bb profile updater 2016-08-24 12:53:21 -05:00
Mark Moser
35f33e8215 profile scaffold 2016-08-24 10:43:33 -05:00