Sha256: 83b7e878a932aace2daafa86189f2b7f0f8ade73ad89953a51a16c69ccd5664b

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 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
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sections_rails-0.7.1 spec/dummy/app/controllers/partials_controller.rb
sections_rails-0.7.0 spec/dummy/app/controllers/partials_controller.rb