Sha256: eb674d2be7f56bb24b1c2f3956400098f4f318b5b255aa9a3d681bb724e6a98b

Contents?: true

Size: 182 Bytes

Versions: 11

Compression:

Stored size: 182 Bytes

Contents

ActionView::Helpers::FormBuilder.module_eval do

  def required_label(method, options = {})
    @template.required_label(@object_name, method, objectify_options(options))
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-core-2.0.10 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.9 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.8 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.7 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.6 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.5 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.4 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.3 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.2 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.1 lib/refinery/ext/action_view/helpers/form_builder.rb
refinerycms-core-2.0.0 lib/refinery/ext/action_view/helpers/form_builder.rb