Class: Pageflow::Chart::PageType
- Inherits:
-
PageType
- Object
- PageType
- Pageflow::Chart::PageType
- Defined in:
- lib/pageflow/chart/page_type.rb
Instance Method Summary collapse
Instance Method Details
#file_types ⇒ Object
14 15 16 |
# File 'lib/pageflow/chart/page_type.rb', line 14 def file_types [Chart.scraped_site_file_type] end |
#json_seed_template ⇒ Object
10 11 12 |
# File 'lib/pageflow/chart/page_type.rb', line 10 def json_seed_template 'pageflow/chart/page_type.json.jbuilder' end |
#view_helpers ⇒ Object
6 7 8 |
# File 'lib/pageflow/chart/page_type.rb', line 6 def view_helpers [ScrapedSitesHelper] end |