Sha256: 80de089c2e5e5dab966c41b3e2c15880ec9f0f7337d6bc7865f61d568906df57
Contents?: true
Size: 153 Bytes
Versions: 2
Compression:
Stored size: 153 Bytes
Contents
class FeedsController < ApplicationController respond_to :tile def show @posts = Post.limit(3).order(:title) respond_with @posts end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tiles-rails-0.1.0 | test/dummy/app/controllers/feeds_controller.rb |
tiles-rails-0.0.1 | test/dummy/app/controllers/feeds_controller.rb |