Sha256: aa0eecf9a532f668474ecbb9b5544a0e9e482f77211be6cbbab6bb65923f892f

Contents?: true

Size: 294 Bytes

Versions: 5

Compression:

Stored size: 294 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::Views
  def not_found
    h1.header { "BivouacSample::Views#not_found" }
    p "Sorry baby, #{@path} does nor exist !"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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