Sha256: 32d09cd5bddda39946980e0bd4d7b2a0c960f4f47353a8c85298d44f31dbdfe9
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
class PartialsController < ApplicationController def erb_section end def haml_section end def custom_partial end def no_options end def disabled end def production_mode end def partial_with_block end def tag_option end def custom_partial_with_block end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sections_rails-0.8.0 | spec/dummy/app/controllers/partials_controller.rb |
sections_rails-0.7.2 | spec/dummy/app/controllers/partials_controller.rb |