Files
Libr/app/controllers/book_controller.rb
T
2013-01-07 17:22:30 +08:00

11 lines
85 B
Ruby

class BookController < ApplicationController
def view
end
def search
end
end