Method: Effective::Resources::Paths#view_file_path

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

#view_file_path(action = :index) ⇒ Object



27
28
29
# File 'app/models/effective/resources/paths.rb', line 27

def view_file_path(action = :index)
  File.join(*[class_path, namespace, plural_name, action].compact)
end