method
destination_path
v2.2.1 -
Show latest stable
- Class:
Rails::Generator::Base
destination_path(relative_destination)public
Return the full path from the destination root for the given path. Example for destination_root = ’/dest’:
destination_path('some/path.rb') == '/dest/some/path.rb'