Sha256: e150692aac8236805d842ffc013f90f052d5f87aea2646bfa17cd79bf6354d13
Contents?: true
Size: 189 Bytes
Versions: 22
Compression:
Stored size: 189 Bytes
Contents
require_dependency "express_ui/application_controller" module ExpressUi class AboutController < ApplicationController layout "express_ui/styleguide" def index end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
express_ui-0.1.0.rc3 | app/controllers/express_ui/about_controller.rb |
express_ui-0.1.0.rc1 | app/controllers/express_ui/about_controller.rb |