Hi - I spent ages battling an "undefined method `subscription' for #<User:xxxxxxxxxxxx" error with the subscriptions#index action after installing this gem, turns out you need to add has_one :subscription to User.rb (or presumably whichever model you're using) to get it to work. Is this intentional?
Happy to submit a pull request to update the readme if so, I think it will save a lot of people time.
Hi - I spent ages battling an "undefined method `subscription' for #<User:xxxxxxxxxxxx" error with the subscriptions#index action after installing this gem, turns out you need to add has_one :subscription to User.rb (or presumably whichever model you're using) to get it to work. Is this intentional?
Happy to submit a pull request to update the readme if so, I think it will save a lot of people time.