When I decorate a post and then call the method the_url()
, the following exception is thrown:
NoMethodError: undefined method `host' for nil:NilClass
This only happens when I call the method, while performing a rake task, and when the rails app is running.