Sha256: eff50854463d0242b6afd2b49caebe52af20217a2d2c51f35a492f58d71b7d88

Contents?: true

Size: 342 Bytes

Versions: 4

Compression:

Stored size: 342 Bytes

Contents

module Caboodle
  class Standard < Caboodle::Kit
    required [:title, :description, :author]
    optional [:logo_url]
    if Caboodle::Site.home_kit.blank?
      puts "Using the default home kit - you will want to run 'caboodle kit:home <kit name>' to specify your own kit"
      get "/" do
        haml :standard
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
caboodle-0.2.13 lib/caboodle/kits/standard/standard.rb
caboodle-0.2.12 lib/caboodle/kits/standard/standard.rb
caboodle-0.2.11 lib/caboodle/kits/standard/standard.rb
caboodle-0.2.10 lib/caboodle/kits/standard/standard.rb