lib/chop/dsl.rb in chop-0.21.0 vs lib/chop/dsl.rb in chop-0.22.0

- old
+ new

@@ -1,4 +1,6 @@ +require "active_support/inflector" + module Chop module DSL def create! klass, table, &block Create.create! klass, table, &block end