[Xfce4-commits] <archive:master> Fix typos.

Nick Schermer noreply at xfce.org
Sat Jul 13 13:40:01 CEST 2013


Updating branch refs/heads/master
         to fc200064122550a062127d868a56302fe983e396 (commit)
       from 10cf2b38f1ef63a65c3ebbf1f4dff5ec6091381d (commit)

commit fc200064122550a062127d868a56302fe983e396
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jul 13 13:38:05 2013 +0200

    Fix typos.

 lib/fancyindex.rb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/fancyindex.rb b/lib/fancyindex.rb
index 4f1e56d..809dc13 100644
--- a/lib/fancyindex.rb
+++ b/lib/fancyindex.rb
@@ -5,8 +5,9 @@ require 'haml'
 require File.join(File.dirname(__FILE__), 'models', 'archive')
 
 module Fancyindex
-  class Fancyindex < Sinatra::Base
-    include Moka::Models::Fancyindex
+  class Application < Sinatra::Base
+
+    include Fancyindex::Models
 
     get '/howtomirror' do
       @title = "How to become a mirror for Xfce"


More information about the Xfce4-commits mailing list