RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: laszlokorte
Site: http://laszlokorte.de
Just the same as in the controller
User.create(:email => 'my@mail.org', :password => 'mys3cret')
The pasword hashing is done internally.
It's "template override", but the controller inherits the template from the parent controller
Just the same as in the controller
The pasword hashing is done internally.
It's "template override", but the controller inherits the template from the parent controller