Skip to content
New issue

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

error while migrating #2

Open
mistergibson opened this issue Jun 4, 2010 · 1 comment
Open

error while migrating #2

mistergibson opened this issue Jun 4, 2010 · 1 comment

Comments

@mistergibson
Copy link

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.

@jomz
Copy link

jomz commented Jan 17, 2011

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 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants