14 lines
138 B
Ruby
14 lines
138 B
Ruby
|
class PostsController < ApplicationController
|
||
|
impressionist
|
||
|
def index
|
||
|
|
||
|
end
|
||
|
|
||
|
def show
|
||
|
|
||
|
end
|
||
|
|
||
|
def edit
|
||
|
|
||
|
end
|
||
|
end
|