Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit a282aae

Browse files
committed
add missing options method in template cli command too
1 parent 859ade0 commit a282aae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/rack/app/sequel/migration/cli/template.rb

+7
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@
1818

1919
STDOUT.puts(file_path)
2020
end
21+
22+
private
23+
24+
def options
25+
@options ||= {}
26+
end
27+
2128
end

0 commit comments

Comments
 (0)