v0.8.5
Changed
- Removed
attr_accessible
fromClearance::User
. - Remove dependency on
root_path
, use'/'
instead. - Use
Clearance.configure
block to set mailer sender instead ofDO_NOT_REPLY
constant.
Fixed
- Replaced routing hack with
Clearance::Routes.draw(map)
to give more control
to the application developer. - Fixed bug in password reset feature.