Sha256: 13702190e38901ce7deb0f6a0fba142217348da5f39ab9065f4013a08ed1bbbd

Contents?: true

Size: 121 Bytes

Versions: 1

Compression:

Stored size: 121 Bytes

Contents

class PostsController < ApplicationController
  respond_to :json

  def index
    respond_with Post.first(100)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ember_serialize-0.0.1 test/dummy/app/controllers/posts_controller.rb