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