Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused method namespaced_file_path #27353

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

mtsmfm
Copy link
Contributor

@mtsmfm mtsmfm commented Dec 14, 2016

$ git grep namespaced_file_path
railties/lib/rails/generators/named_base.rb:        def namespaced_file_path
railties/lib/rails/generators/named_base.rb:          @namespaced_file_path ||= namespaced_class_path.join("/")

```
$ git grep namespaced_file_path
railties/lib/rails/generators/named_base.rb:        def namespaced_file_path
railties/lib/rails/generators/named_base.rb:          @namespaced_file_path ||= namespaced_class_path.join("/")
```
@rails-bot
Copy link

r? @kaspth

(@rails-bot has picked a reviewer for you, use r? to override)

@eileencodes
Copy link
Member

For reference, the code using this method was removed in 595fa6e

@eileencodes eileencodes merged commit 44c4b87 into rails:master Dec 14, 2016
@mtsmfm mtsmfm deleted the remove-unused-method branch December 14, 2016 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants