orbit-basic/vendor/plugins/NewBlog/lib/NewBlog/engine.rb

5 lines
56 B
Ruby
Raw Normal View History

2011-08-25 11:02:20 +00:00
module NewBlog
class Engine < Rails::Engine
end
end