Method: Pageflow::FileType#editor_partial

Defined in:
lib/pageflow/file_type.rb

#editor_partialString (readonly)

Path of the partial used to render a json representation of the file.

Returns:

  • (String)


15
16
17
# File 'lib/pageflow/file_type.rb', line 15

def editor_partial
  @editor_partial
end