Files
visibilityjs/gem/lib/visibilityjs.rb
Andrey A.I. Sitnik f5cf76dcaa Clean up gem files
2011-07-31 17:40:38 +04:00

9 lines
191 B
Ruby

# Used only for Ruby on Rails gem to tell, that gem contain `vendor/assets` with
# visibility.js file.
module VisibilityJs
module Rails
class Engine < ::Rails::Engine
end
end
end