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