lib/nestive.rb in nestive-0.4.0 vs lib/nestive.rb in nestive-0.5.0
- old
+ new
@@ -1,4 +1,6 @@
-require 'nestive/engine'
+require 'nestive/version'
+require 'nestive/layout_helper'
+require 'nestive/railtie'
module Nestive
-end
\ No newline at end of file
+end