Sha256: 484b47f96670dfd56b9fa084ed42e438fa4dd749b225e87634e2c2373b42bdd5

Contents?: true

Size: 345 Bytes

Versions: 6

Compression:

Stored size: 345 Bytes

Contents

module Imaginable
  module Helpers
   
    def imaginable_includes_tag
      html = stylesheet_link_tag('fancybox/jquery.fancybox-1.3.4', 'imgareaselect/imgareaselect-animated', 'imaginable')
      html << javascript_include_tag('plupload.full.min', 'jquery.fancybox-1.3.4.pack', 'jquery.imgareaselect.pack', 'imaginable')
    end
    
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
imaginable-0.1.4 lib/imaginable/helpers.rb
imaginable-0.1.3 lib/imaginable/helpers.rb
imaginable-0.1.2 lib/imaginable/helpers.rb
imaginable-0.1.1 lib/imaginable/helpers.rb
imaginable-0.1.0 lib/imaginable/helpers.rb
imaginable-0.0.5 lib/imaginable/helpers.rb