Method: Effective::Resources::Paths#controller_file
- Defined in:
- app/models/effective/resources/paths.rb
#controller_file ⇒ Object
9 10 11 |
# File 'app/models/effective/resources/paths.rb', line 9 def controller_file File.join('app/controllers', namespace.to_s, "#{plural_name}_controller.rb") end |