Sha256: a0b5c85e243c07adc40196037c3ba2172e4567b71b8b0b2cce4f8dca56bedff9

Contents?: true

Size: 208 Bytes

Versions: 12

Compression:

Stored size: 208 Bytes

Contents

# encoding: utf-8

module Formtastic
  module LayoutHelper

    def formtastic_stylesheet_link_tag
      stylesheet_link_tag("formtastic") +
      stylesheet_link_tag("formtastic_changes")
    end

  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
formtastic-1.2.5 lib/formtastic/layout_helper.rb
formtastic-1.2.4 lib/formtastic/layout_helper.rb
formtastic-1.2.4.beta2 lib/formtastic/layout_helper.rb
formtastic-1.2.3 lib/formtastic/layout_helper.rb
formtastic-1.2.3.beta lib/formtastic/layout_helper.rb
formtastic-1.2.2 lib/formtastic/layout_helper.rb
formtastic-1.2.1 lib/formtastic/layout_helper.rb
formtastic-1.2.1.beta3 lib/formtastic/layout_helper.rb
formtastic-1.2.1.beta lib/formtastic/layout_helper.rb
formtastic-1.2.0 lib/formtastic/layout_helper.rb
formtastic-1.2.0.beta2 lib/formtastic/layout_helper.rb
formtastic-1.2.0.beta lib/formtastic/layout_helper.rb