Class: Pulitzer::Layout
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Pulitzer::Layout
- Defined in:
- app/models/pulitzer/layout.rb
Instance Method Summary collapse
Instance Method Details
#template_path ⇒ Object
7 8 9 |
# File 'app/models/pulitzer/layout.rb', line 7 def template_path name.downcase.gsub(/ /,'_').gsub(/\W/,'') end |