method
relative_path
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::PluginGenerator
relative_path()protected
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 387
def relative_path
return unless inside_application?
app_path.sub(/^#{rails_app_path}\//, '')
end