Skip to content

Instantly share code, notes, and snippets.

@ltackett
Created July 2, 2009 00:34
Show Gist options
  • Save ltackett/139206 to your computer and use it in GitHub Desktop.
Save ltackett/139206 to your computer and use it in GitHub Desktop.
class StaticController < ApplicationController
# Static elements
def index end
##############
# Share
##############
def share end
##############
# Share/Groups
##############
def groups end
def groups_landing end # if you aren't logged in, you get landing page
def groups_list end
def groups_new_group end
def groups_view_recommendation end
def groups_documents_list end
def groups_view_document end
##############
# Share/Profile
##############
def profile end
def profile_inbox end
def profile_edit end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment