Sha256: 9afcbeefd0bd247e93b9c2d2cdb1e064439b9d0922d2336073ab61e0fcb55fb4
Contents?: true
Size: 140 Bytes
Versions: 38
Compression:
Stored size: 140 Bytes
Contents
class BooksController < ApplicationController def hello end def with_variables @book = Book.new(params.permit(:title)) end end
Version data entries
38 entries across 38 versions & 2 rubygems