Sha256: 33fe67937b893e23060debeba08d7ca2589b29475c9de342389aa27d4a9d75a7
Contents?: true
Size: 222 Bytes
Versions: 9
Compression:
Stored size: 222 Bytes
Contents
module Octodmin::Controllers::Posts class Index include Octodmin::Action expose :posts def call(params) self.format = :json site = Octodmin::Site.new @posts = site.posts end end end
Version data entries
9 entries across 9 versions & 1 rubygems