Skip to content

Commit

Permalink
Adding Rails::Engine to the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tscolari committed Sep 14, 2011
1 parent c18b07c commit 2a8df11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jquery-mobile-rails.rb
@@ -1,2 +1,4 @@
module JqueryMobileRails
require 'jquery-mobile-rails/engine.rb'
autoload 'Version', 'jquery-mobile-rails/version'
end
5 changes: 5 additions & 0 deletions lib/jquery-mobile-rails/engine.rb
@@ -0,0 +1,5 @@
module JqueryMobileRails
class Engine < ::Rails::Engine

end
end

0 comments on commit 2a8df11

Please sign in to comment.