# File lib/formtastic/layout_helper.rb, line 6
    def formtastic_stylesheet_link_tag
      stylesheet_link_tag("formtastic") +
      stylesheet_link_tag("formtastic_changes")
    end