Sha256: 48c1cd2c826c2ff6bc5a9da9c850b60874a91bf3ebf14c0741ea94a08d51d4c6

Contents?: true

Size: 328 Bytes

Versions: 4

Compression:

Stored size: 328 Bytes

Contents

class PartialsController < ApplicationController

  def erb_section
  end

  def haml_section
  end

  def slim_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

4 entries across 4 versions & 1 rubygems

Version Path
sections_rails-0.11.0 spec/dummy/app/controllers/partials_controller.rb
sections_rails-0.10.0 spec/dummy/app/controllers/partials_controller.rb
sections_rails-0.9.0 spec/dummy/app/controllers/partials_controller.rb
sections_rails-0.8.1 spec/dummy/app/controllers/partials_controller.rb