Class: Pageflow::Chart::PageType

Inherits:
PageType
  • Object
show all
Defined in:
lib/pageflow/chart/page_type.rb

Instance Method Summary collapse

Instance Method Details

#file_typesObject



14
15
16
# File 'lib/pageflow/chart/page_type.rb', line 14

def file_types
  [Chart.scraped_site_file_type]
end

#json_seed_templateObject



10
11
12
# File 'lib/pageflow/chart/page_type.rb', line 10

def json_seed_template
  'pageflow/chart/page_type.json.jbuilder'
end

#view_helpersObject



6
7
8
# File 'lib/pageflow/chart/page_type.rb', line 6

def view_helpers
  [ScrapedSitesHelper]
end