Creating a new book
b = Book.create!(description:"book", key:"book", name:"book", latitude: 1, longitude: 1)
Edit a new book
b.update(id:b.id)
There was an error while loading. Please reload this page.