Module: Rooftop::Post::ClassMethods

Defined in:
lib/rooftop/post.rb

Instance Method Summary collapse

Instance Method Details

#post_type=(type) ⇒ Object



10
11
12
# File 'lib/rooftop/post.rb', line 10

def post_type=(type)
  self.api_endpoint = type.pluralize
end