impressionist/test_app/app/controllers/posts_controller.rb

14 lines
138 B
Ruby
Raw Normal View History

2011-02-04 04:13:41 +00:00
class PostsController < ApplicationController
impressionist
def index
end
def show
end
def edit
end
end