Learn How to Create Your Own Programming Language createyourproglang.com
def index @posts = Post.find(:all) respond_to do |format| ...
This is my test code
This is my test code