Sha256: b2fd2d4c24d792d95d4816204a7cee7a92c3b2068837a1a819d1bd170299bcd4
Contents?: true
Size: 98 Bytes
Versions: 1
Compression:
Stored size: 98 Bytes
Contents
class PostsController < ActionController::Base def index @posts = Post.find :all end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
king_views-1.2.0 | spec/rails_app/app/controllers/posts_controller.rb |