Sha256: 7bbe65cc7e792485c364abdc4bc50fa2d5a0dabba0c4574f2bcefb1f4cbacdf1

Contents?: true

Size: 126 Bytes

Versions: 1

Compression:

Stored size: 126 Bytes

Contents

class InheritedController < SamplesController
  set_layout :missing, only: :index

  def index
    render "/action"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
layout-0.2.1 spec/support/app/controllers/inherited_controller.rb