Sha256: 611b0b497cc34d7d0e742ad6924bc7de32c2174978768394efc77c8b7031e6e1

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

class UiLibraryController < ApplicationController

  layout 'ui'
  
  def index
  end

  def components
  end

  def boiler
    render :layout => false
  end

  def mediaquery
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iugu-ux-0.8.0 sandbox/app/controllers/ui_library_controller.rb
iugu-ux-0.7.1 sandbox/app/controllers/ui_library_controller.rb
iugu-ux-0.7.0 sandbox/app/controllers/ui_library_controller.rb