joshsoftware / feather_cms

Feather CMS is a lightweight CMS
MIT License
21 stars 10 forks source link

Added template_type for pages. #11

Closed prasadsurase closed 11 years ago

prasadsurase commented 12 years ago
  1. Addded template_type in config.rb
  2. Modified the feather_cms controller methods to render according to the template_type
  3. Added 'html' and 'haml' as template_types in the initializer
  4. Modified the migration to include the template_type
prasadsurase commented 12 years ago

solved.