Sławek
Sławek
Worked only after installing from command-line.
> @olhor Tried to use the solution provided here and there is a possible issue with the implementation. > > Using the gem with Ruby Money gem like this. >...
@arpit1094 Don't ask me. I am not a maintainer, I do not have write access.
@dmitryzuev Following @mibradev suggestion I was able to find solution for my case. In your situation you should be able to do following: ```ruby # routes.rb resources :topics resources :topics_news,...
There are situations with namespaced models which cannot be automatically resolved by `Administrate::ResourceResolver`. Fiddling around in `Administrate::ApplicationController` I found that overrding two methods: `resource_class` and `dashboard_class` in my own controller...