lib/caboodle/kits/identity/identity.rb in caboodle-0.1.3 vs lib/caboodle/kits/identity/identity.rb in caboodle-0.1.4

- old
+ new

@@ -1,14 +1,8 @@ module Caboodle - - class Identity - - end - class IdentityApp < Caboodle::Kit - - set :views, File.join(File.dirname(__FILE__), "views") - + class Identity < Caboodle::Kit + get "/me" do @title = "About me" haml :me, :locals=>{:identity=>Identity.new()}, :layout=>true end \ No newline at end of file