We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
BooksController
When you click Edit book on the web page, the BooksController#update action retrieves the book from Cloud Datastore.
Cuando haces clic en Editar libro en la página web, la acción BooksController#update recupera el libro del almacén de datos.
When you submit the form, the BooksController#create action saves the book in Cloud Datastore.
2-Cuando envías el formulario, la acción BooksController#create guarda el libro en el almacén de datos.
Andere resultaten
This location maps to the BookController and list action.
We have to define the routes for those actions which are defined as methods in the BookController class.
Tenemos que definir las rutas para aquellas acciones que se definen como métodos de la clase BookController.
When you click an individual book on the web page, the BookController#show action calls Book.find to retrieve the book from Cloud Datastore.
Cuando haces clic en un libro en la página web, la acción BookController#show llama a el libro desde el almacén de datos según el número nuevo.
For example, a class name which ends with Controller (for example BookController) is considered a web controller.
Por ejemplo, una clase que termina en Controller es considerada un controlador web.
Below is an example of a controller: class BookController {def list() {}} The controller above has a list action which returns a model containing all books in the database.
A continuación hay un ejemplo de un controlador: class BookController {def list = {}} El controlador tiene una acción list que devuelve un modelo conteniendo todos los libros de la base de datos.
If we visit the personal subdomain now we'll see an error, but that's to be expected as we're on the BlogsController's show action and haven't supplied an id.
Si ahora visitamos el subdominio personal veremos un error que era de esperar porque estamos en la acción show de BlogsController a la que no le hemos pasado un id.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.