Module: RoutingData::ViewHelpers

Defined in:
lib/routing_data/view_helpers.rb

Instance Method Summary collapse

Instance Method Details

#include_url_helpers_dataObject



3
4
5
6
7
8
9
10
# File 'lib/routing_data/view_helpers.rb', line 3

def include_url_helpers_data
   :script do
    raw <<-JAVASCRIPT
    RoutingData = {};
    RoutingData.helpersData = #{RoutingData.url_helpers_data(as_json: true)};
    JAVASCRIPT
  end
end