lib/parametric/field_dsl.rb in parametric-0.2.19 vs lib/parametric/field_dsl.rb in parametric-0.2.20
- old
+ new
@@ -20,7 +20,11 @@
end
def options(opts)
policy :options, opts
end
+
+ def nullable
+ policy :nullable
+ end
end
end