Sha256: 761b4fd169b84b0ec8189e252ad1447e45c3a2895fb213b5b168c2beaceb0267

Contents?: true

Size: 787 Bytes

Versions: 40

Compression:

Stored size: 787 Bytes

Contents

require 'file_not_found_page'

unless defined?(::CustomFileNotFoundPage)
  class ::CustomFileNotFoundPage < FileNotFoundPage
  end
end

class FileNotFoundDataset < Dataset::Base
  uses :home_page
  
  def load
    create_page "Draft File Not Found", :class_name => "FileNotFoundPage", :status_id => Status[:draft].id
    create_page "File Not Found", :slug => "missing", :class_name => "FileNotFoundPage"
    create_page "Gallery" do
      create_page "Draft No Picture", :class_name => "CustomFileNotFoundPage", :status_id => Status[:draft].id
      create_page "No Picture", :class_name => "CustomFileNotFoundPage"
    end 
    create_page "Drafts" do
      create_page "Lonely Draft File Not Found", :class_name => "FileNotFoundPage", :status_id => Status[:draft].id
    end
  end
end

Version data entries

40 entries across 40 versions & 5 rubygems

Version Path
radiant-1.1.4 spec/datasets/file_not_found_dataset.rb
radiant-1.1.3 spec/datasets/file_not_found_dataset.rb
radiant-1.1.2 spec/datasets/file_not_found_dataset.rb
radiant-1.1.1 spec/datasets/file_not_found_dataset.rb
radiant-1.1.0 spec/datasets/file_not_found_dataset.rb
radiant-1.1.0.rc1 spec/datasets/file_not_found_dataset.rb
radiant-1.1.0.beta spec/datasets/file_not_found_dataset.rb
radiant-1.0.1 spec/datasets/file_not_found_dataset.rb
radiant-1.1.0.alpha spec/datasets/file_not_found_dataset.rb
radiant-1.0.0 spec/datasets/file_not_found_dataset.rb
radiant-1.0.0.rc5 spec/datasets/file_not_found_dataset.rb
radiant-1.0.0.rc4 spec/datasets/file_not_found_dataset.rb
radiant-1.0.0.rc3 spec/datasets/file_not_found_dataset.rb
kajam-1.0.3.rc2 spec/datasets/file_not_found_dataset.rb
radiant-1.0.0.rc2 spec/datasets/file_not_found_dataset.rb
radiant-1.0.0.rc1 spec/datasets/file_not_found_dataset.rb
radiant-rails3-0.1 spec/datasets/file_not_found_dataset.rb
radiantcms-couchrest_model-0.2.4 spec/datasets/file_not_found_dataset.rb
radiantcms-couchrest_model-0.2.2 spec/datasets/file_not_found_dataset.rb
radiantcms-couchrest_model-0.2.1 spec/datasets/file_not_found_dataset.rb