Method: Effective::Resources::Paths#controller_file

Defined in:
app/models/effective/resources/paths.rb

#controller_fileObject



15
16
17
# File 'app/models/effective/resources/paths.rb', line 15

def controller_file
  File.join(*[tenant_path, 'app/controllers', class_path, namespace, "#{plural_name}_controller.rb"].compact)
end