runtimerevolution / survey

Survey is a Rails Engine that brings quizzes, surveys and contests into your Rails application.
MIT License
265 stars 127 forks source link

initializer for rails-admin does not work #3

Closed OneDivZero closed 11 years ago

OneDivZero commented 11 years ago

Models won't get added. I had read anywhere that using c.model is deprecated, but I'm not sure. However it does not work this way. They are using now whitelists and blacklists for specifying the included models via 'config.included_models'. You should recap a remove of this initializer cause it's confusing. By the way: nice gem !

alex-quiterio commented 11 years ago

Hi @OneDivZero, thanks for the tip, we have updated the dependencies on the Survey to handle with the new Rails Admin approach over the visible models. :+1: