Sha256: 9287379a201a40526b3d6e5b2df330e8ddf2da7f397dcfa9f43f5936f5ac20d4

Contents?: true

Size: 160 Bytes

Versions: 6

Compression:

Stored size: 160 Bytes

Contents

class Volt
  class NoticesController < ModelController
    model :page
    
    def hey
      "yep"
    end
    
    def page
      $page.page
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
volt-0.6.5 app/volt/controllers/notices_controller.rb
volt-0.6.4 app/volt/controllers/notices_controller.rb
volt-0.6.3 app/volt/controllers/notices_controller.rb
volt-0.6.2 app/volt/controllers/notices_controller.rb
volt-0.6.1 app/volt/controllers/notices_controller.rb
volt-0.6.0 app/volt/controllers/notices_controller.rb