Sha256: 15452402657d6dbffb61af51ba0f5c00153ff75cf4c1cd4a7c719b9f3de4d897
Contents?: true
Size: 560 Bytes
Versions: 4
Compression:
Stored size: 560 Bytes
Contents
class MichaelHintbubleGenerator < Rails::Generator::Base # This method copies images, javascript, and stylesheet files to the # corresponding public directories. # def manifest record do |m| m.file "help_bubble_pointer.png", "public/images/help_bubble_pointer.png" m.file "error_bubble_pointer.png", "public/images/error_bubble_pointer.png" m.file "michael_hintbuble.css", "public/stylesheets/michael_hintbuble.css" m.file "michael_hintbuble.js", "public/javascripts/michael_hintbuble.js" end end end
Version data entries
4 entries across 4 versions & 1 rubygems