books edition by admin
This commit is contained in:
parent
5095f63fd7
commit
e36cc36947
10 changed files with 119 additions and 20 deletions
5
app/controllers/authors_controller.rb
Normal file
5
app/controllers/authors_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AuthorsController < ApplicationController
|
||||
def index
|
||||
@authors = Author.all
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue