Sha256: 31f1ab58286b269809a6b1ab5a3fd30510906f63b28b03c259a3363cbe1596a1

Contents?: true

Size: 664 Bytes

Versions: 71

Compression:

Stored size: 664 Bytes

Contents

<%# via_association_type is used in has_one create actions %>
<%= hidden_field_tag :via_association_type, params[:via_association_type] if params[:via_association_type] %>
<%= hidden_field_tag :via_resource_class, params[:via_resource_class] if params[:via_resource_class] %>
<%= hidden_field_tag :via_record_id, params[:via_record_id] if params[:via_record_id] %>
<%= hidden_field_tag :via_relation, params[:via_relation] if params[:via_relation] %>
<%= hidden_field_tag :via_belongs_to_resource_class, params[:via_belongs_to_resource_class] if params[:via_belongs_to_resource_class] %>
<%= hidden_field_tag :referrer, back_path if params[:via_resource_class] %>

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
avo-3.1.3 app/components/avo/referrer_params_component.html.erb
avo-3.1.2 app/components/avo/referrer_params_component.html.erb
avo-3.1.1 app/components/avo/referrer_params_component.html.erb
avo-3.1.0 app/components/avo/referrer_params_component.html.erb
avo-3.0.8 app/components/avo/referrer_params_component.html.erb
avo-3.0.7 app/components/avo/referrer_params_component.html.erb
avo-3.0.6 app/components/avo/referrer_params_component.html.erb
avo-3.0.5 app/components/avo/referrer_params_component.html.erb
avo-3.0.4 app/components/avo/referrer_params_component.html.erb
avo-3.0.3 app/components/avo/referrer_params_component.html.erb
avo-3.0.2 app/components/avo/referrer_params_component.html.erb