Skip to content

Instantly share code, notes, and snippets.

@railsbob
Created February 22, 2010 01:38
Show Gist options
  • Save railsbob/310688 to your computer and use it in GitHub Desktop.
Save railsbob/310688 to your computer and use it in GitHub Desktop.
# Saas/controllers/saas/sessions_controller.rb
module Saas
class SessionsController < ApplicationController
def new
render :text => 'Hi from SessionsController'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment