Sha256: d735caf52313173f5c67d2abf0590a3ac5a2d95e5791ffbc21d0ba95509a56be

Contents?: true

Size: 211 Bytes

Versions: 10

Compression:

Stored size: 211 Bytes

Contents

# coding: 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

10 entries across 10 versions & 1 rubygems

Version Path
formtastic-1.0.1 lib/formtastic/layout_helper.rb
formtastic-1.0.0 lib/formtastic/layout_helper.rb
formtastic-1.0.0.rc2 lib/formtastic/layout_helper.rb
formtastic-1.0.0.rc lib/formtastic/layout_helper.rb
formtastic-1.0.0.beta4 lib/formtastic/layout_helper.rb
formtastic-1.0.0.beta3 lib/formtastic/layout_helper.rb
formtastic-1.0.0.beta2 lib/formtastic/layout_helper.rb
formtastic-1.0.0.beta lib/formtastic/layout_helper.rb
formtastic-0.9.10 lib/formtastic/layout_helper.rb
formtastic-0.9.9 lib/formtastic/layout_helper.rb