impressionist/test_app/app/controllers/posts_controller.rb

14 lines
138 B
Ruby

class PostsController < ApplicationController
impressionist
def index
end
def show
end
def edit
end
end