Sha256: bd69d4046df805fffb9fce071db3d502b5e522706a19e7cfcca53ee99110f5eb
Contents?: true
Size: 127 Bytes
Versions: 1
Compression:
Stored size: 127 Bytes
Contents
class CommentsController < ApplicationController respond_to :json def index respond_with Comment.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/comments_controller.rb |