Created
February 8, 2009 09:40
-
-
Save kubicek/60330 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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