mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
4a58aef7e3
commit
c640b2c251
2 changed files with 1 additions and 1 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
|
@ -3,7 +3,7 @@ require 'thor/actions'
|
|||
module Rails
|
||||
module Generators
|
||||
module Actions
|
||||
class CreateMigration < Thor::Actions::CreateFile
|
||||
class CreateMigration < Thor::Actions::CreateFile #:nodoc:
|
||||
|
||||
def migration_dir
|
||||
File.dirname(@destination)
|
||||
|
|
Loading…
Reference in a new issue