If I understand you and did everything properly my code looks like:
https://gist.github.com/gists/894436/
in my application_controller.rb i heve following code
def pass_expires
if current_user.pass_expires < Date.current
hobo.actions.account
end
end
But it throws strange error:
NoMethodError in [PageName]Controller#index
undefined method `<' for nil:NilClass
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.