Sha256: 4131f0efc2216de34bd73edf15c8d5579d551677b3dcc1b39306399cea1e1ec5

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

module Cheese
  class WidgetsController < ApplicationController

    unloadable
    
    layout 'cheese'  # this allows you to have a gem-wide layout
    
    def index
    end
    
    def show
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kealy_cheese-0.3.0 app/controllers/cheese/widgets_controller.rb