Module: Rooftop::Post::ClassMethods
- Defined in:
- lib/rooftop/post.rb
Instance Method Summary collapse
Instance Method Details
#post_type=(type) ⇒ Object
11 12 13 14 |
# File 'lib/rooftop/post.rb', line 11 def post_type=(type) Rooftop.configuration.post_type_mapping.merge!(type => self) self.api_endpoint = type.pluralize end |