Open Rah1x opened 13 years ago
Lets list all such warnings and find its solution.
Ruby 1.9 Rails 3.0.3 BCMS 3.3.1
Here is one:
SOLUTION: gems\browsercms-3.3.1\app\models\cms\view_context.rb (around line39 inside the function content_for) Add this:
@controller = controller
.
Here is another one:
Anyone knows its solution?
Got that same issue.
Lets list all such warnings and find its solution.
Here is one:
SOLUTION: gems\browsercms-3.3.1\app\models\cms\view_context.rb (around line39 inside the function content_for) Add this:
.