Sha256: de9c067031bfb6479a4c877cf551f32cfd55d262b9ebdfea9e42bb922d994f2b

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

class Main::RootController < ApplicationContrller

  mock :about

  def index
    @title = 'Yay, you are on Lux'
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lux-fw-0.5.35 ./misc/demo/app/controllers/main/root_controller.rb
lux-fw-0.5.34 ./misc/demo/app/controllers/main/root_controller.rb
lux-fw-0.5.33 ./misc/demo/app/controllers/main/root_controller.rb
lux-fw-0.5.32 ./misc/demo/app/controllers/main/root_controller.rb