Skip to content

Instantly share code, notes, and snippets.

@kubicek
Created February 8, 2009 09:40
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 kubicek/60330 to your computer and use it in GitHub Desktop.
Save kubicek/60330 to your computer and use it in GitHub Desktop.
def form_tag(url_for_options = {}, options = {}, *parameters_for_url, &block)
end
def adjust_font_size_for_person(param); 0; end
def current_person; Person.find(session[:person_id]); end
def form_for(record_or_name_or_array, *args, &proc); end
def domain_path(id); end
def check_domains_path; end
def edit_person_path; end
def subjects_path; end
def link_to(*params); end
def last_subjects; []; end
def current_subject; nil; end
def current_order; nil; end
def flash; {}; end
def link_to_unless_current(*params); end
def person_path; end
def current_style; end
def controller; end
def controller_name; end
def redirect_to(param); end
def logged_in?; true; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment