Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.44 KB

#News Engine

News Engine provides a models and active admin templates to your app.

##Configuration

Configure the News engine with an initializer named news.rb

###Available Configuration

  • engine_routing, Set to false if you want to use your own routes. Default: true
  • engine_active_admin, Set to false if you want to use your own active admin templates. Default: true
  • news_author_sweeper, your cache sweeper for the authors, is used in the active admin template. Default: false
  • news_item_sweeper, your cache sweeper for the news stories, is used in the active admin template. Default: false
  • news_tag_sweeper, your cache sweeper for the news tags, is used in the active admin template. Default: false
  • per_page, News stories per page
  • image_sizes, Paperclip image post processing styles. Default: { :main => "200x200#", :secondary => "100x100#", :thumb => "70x70#" }

##Credits

Developed and maintained by Made.

made

Key contributions:

##License

Licensed under New BSD License