Skip to content
Extraits de code Groupes Projets
home_controller.rb 337 octets
Newer Older
  • Learn to ignore specific revisions
  • #   Copyright (c) 2010, Diaspora Inc.  This file is
    #   licensed under the Affero General Public License version 3 or later.  See
    #   the COPYRIGHT file.
    
    class HomeController < ApplicationController
    
      def show
        if current_user
          redirect_to aspects_path
        else
    
    Raphael's avatar
    Raphael a validé
          @landing_page = true