Sha256: dc47c60858dde5b57b7b5a7c6891831f440c845106bd470adc0fe303f97baa32

Contents?: true

Size: 163 Bytes

Versions: 43

Compression:

Stored size: 163 Bytes

Contents

class UiLibraryController < ApplicationController

  layout 'ui'
  
  def index
  end

  def components
  end

  def boiler
    render :layout => false
  end

end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
iugu-ux-0.6.6 sandbox/app/controllers/ui_library_controller.rb
iugu-ux-0.6.5 sandbox/app/controllers/ui_library_controller.rb
iugu-ux-0.6.0 sandbox/app/controllers/ui_library_controller.rb