We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this issue was resolved in lighthouse, but it appears to be down so:
radiant 0.9rc2
I get undefined method `radiant_layout' for ReaderNotifier:Class attempting rake db:bootstrap --trace
extension load order: [ :share_layouts, :reader, :reader_group, :settings, :all ]
I'm curious what resolved this issue some time back. Any advice would be appreciated.
The text was updated successfully, but these errors were encountered:
Looks like you're missing the mailer_layouts extension, òr you should make it load before reader and reader_group;
config.extensions = [ :share_layouts, :mailer_layouts, :reader, :reader_group, :all ]
Sorry, something went wrong.
No branches or pull requests
I think this issue was resolved in lighthouse, but it appears to be down so:
radiant 0.9rc2
I get undefined method `radiant_layout' for ReaderNotifier:Class attempting rake db:bootstrap --trace
extension load order: [ :share_layouts, :reader, :reader_group, :settings, :all ]
I'm curious what resolved this issue some time back. Any advice would be appreciated.
The text was updated successfully, but these errors were encountered: