Skip to content

Instantly share code, notes, and snippets.

@nilsding
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilsding/11305844 to your computer and use it in GitHub Desktop.
Save nilsding/11305844 to your computer and use it in GitHub Desktop.
Twoffein Sourcecode
# Copyright (c) 2014 Twoffein.com
# Do not copy or redistribute
class StaticController < ApplicationController
def index
end
def imprint
end
def about
end
def apps
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment