owen2345 / camaleon-ecommerce

This is an ecommerce plugin for CAMALEON CMS
MIT License
21 stars 20 forks source link

Migration to set post decorator class in existing installations. #32

Closed p-decoraid closed 8 years ago

p-decoraid commented 8 years ago

The post decorator class must be set to Plugins::Ecommerce::ProductDecorator otherwise code like (product).decorated.price fails thusly:

NoMethodError: undefined method `price' for #CamaleonCms::PostDecorator:0x0055628d7d6578

owen2345 commented 8 years ago

I am sorry, what does reset_column_information ? I didn't use that method. does clear table data? Regards,

p-decoraid commented 8 years ago

It clears activerecord cache of column metadata, just in case. http://stackoverflow.com/questions/11255768/is-reset-column-information-called-implicitly-after-each-migration

owen2345 commented 8 years ago

great!