Sha256: 58e8d280633756af77243f421fa171ffec24ea9b74fdff7bff83a9abe8783cc1
Contents?: true
Size: 375 Bytes
Versions: 5
Compression:
Stored size: 375 Bytes
Contents
class HomeController < ApplicationController before_filter :set_book def index render layout: false end def index_with_layout end def index_partial end def index_partial_with_full_path end def index_with_filter end def erb_with_html_liquid_partial end private def set_book @book = { 'name' => 'Liquid on Rails' } end end
Version data entries
5 entries across 5 versions & 3 rubygems