Open Corsad opened 8 years ago
Hi @Corsad, nice work with your homework. :+1:
The goals of this homework are:
has_secure_password
class method and the brypt
gem (while understanding what they do under the hood)belongs_to
/has_many
, using has_many :through
and building more advanced queries by chaining where
, order
, and merge
current_user
and helper_method
.require_login
and before_action
.email
presence and valid in your sign up form.Congrats again on the submission. Everyone has limited time; it's good to see you finished all required and some of optional functionalities. Keep your good work :100: Let us know if you have any feedback.
This is my homework.
/cc @coderschoolreview