Class: AsyncEndpointGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AsyncEndpointGenerator
- Defined in:
- lib/generators/async_endpoint_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_initializer_file ⇒ Object
6 7 8 9 10 |
# File 'lib/generators/async_endpoint_generator.rb', line 6 def copy_initializer_file file_name = "create_async_request.rb" now = DateTime.current.strftime("%Y%m%d%H%M%S") copy_file file_name, "db/migrate/#{now}_#{file_name}" end |