lib/fullcalendar/bootstrap/rails.rb in fullcalendar-bootstrap-rails-0.1.0 vs lib/fullcalendar/bootstrap/rails.rb in fullcalendar-bootstrap-rails-2.3.1.0
- old
+ new
@@ -1,9 +1,10 @@
require "fullcalendar/bootstrap/rails/version"
module Fullcalendar
module Bootstrap
module Rails
- # Your code goes here...
+ class Engine < ::Rails::Engine
+ end
end
end
end