mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-15 15:56:10 +10:00
11 lines
85 B
Ruby
11 lines
85 B
Ruby
class BookController < ApplicationController
|
|
|
|
def view
|
|
|
|
end
|
|
|
|
def search
|
|
|
|
end
|
|
end
|