lib/convenient_service/examples/rails/gemfile.rb in convenient_service-0.15.0 vs lib/convenient_service/examples/rails/gemfile.rb in convenient_service-0.16.0
- old
+ new
@@ -14,10 +14,12 @@
module Examples
module Rails
class Gemfile
include ConvenientService::Feature::Standard::Config
- entry :format do |path|
+ entry :format
+
+ def format(path)
Services::Format[path: path]
end
end
end
end