Sha256: 2a8e175fb9c6c4d733f88235b95ba094a9be6807f7b038ea679315b09d7a6a73

Contents?: true

Size: 295 Bytes

Versions: 5

Compression:

Stored size: 295 Bytes

Contents

#
#  Project BivouacSample
#
#  Created using bivouac on Sat Apr 19 09:06:10 +0200 2008.
#  Copyright (c) 2008 __My__. All rights reserved.
#

module BivouacSample::Controllers
  class NotFound
    def get( path )
      @status = 404
      @path = path
      render :not_found
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bivouac-0.2.3 examples/bivouac_sample/app/controllers/not_found.rb
bivouac-0.2.4 examples/bivouac_sample/app/controllers/not_found.rb
bivouac-0.2.5 examples/bivouac_sample/app/controllers/not_found.rb
bivouac-0.3.0 examples/bivouac_sample/app/controllers/not_found.rb
bivouac-0.4.0 examples/bivouac_sample/app/controllers/not_found.rb