Pablo Vicente

Results 1 issues of Pablo Vicente

The Trailblazer cells documentation http://trailblazer.to/gems/cells/rails.html#asset-helper suggests that action view helpers can be included using delegation `delegates :parent_controller, :image_tag` I tried to use this approach to include the `csrf_meta_tags` `stylesheet_pack_tag`, `javascript_pack_tag`...