Thanks, that helped. Now my controllers are in Admin namespace:
class Admin::PostsController < Admin::AbstractModelController
#…
end
But I find it strange, that everything worked in development mode. Why
it’s that way?
This piece of code that I borrowed from page_attachements 1 also is
working only in development environment! I’ve checked if it’s only
that way in my extension, but no - page_attachments has the same
bug… Any ideas?
Thanks,
Martins Grunskis
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.