glebm / rails_email_preview

Preview and edit app mailer templates in Rails.

Home Page:http://glebm.github.io/rails_email_preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninitialized constant ComfortableMexicanSofa (NameError)

jennykortina opened this issue · comments

Got gem working but having trouble getting CMS working.

When I uncomment the following from the initializer:

require 'rails_email_preview/integrations/comfortable_mexica_sofa'

The server won't start and I get the following error:

uninitialized constant ComfortableMexicanSofa (NameError)

screen shot 2016-02-23 at 1 12 55 am

Do I need to add the comfortable CMS gem and then uncomment that line?

Thanks