Skip to content

Instantly share code, notes, and snippets.

@rubytastic
Created January 13, 2011 10:47
Show Gist options
  • Save rubytastic/777692 to your computer and use it in GitHub Desktop.
Save rubytastic/777692 to your computer and use it in GitHub Desktop.
class Account::CreditsController < ApplicationController
@menu_left = "menu left"
def index
end
def show
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment