Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aL3xa committed May 23, 2012
1 parent f590483 commit 1a9d843
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ def add_breadcrumb name, url, options={}
def add_breadcrumb name, url = '', options = {}
@breadcrumbs ||= []
url = eval(url) if url =~ /_path|_url|@/
@breadcrumbs << {:name => name, :url => url, :options = options}
@breadcrumbs << {:name => name, :url => url, :options => options}
end

def render_breadcrumbs(divider = '/')
Expand Down

0 comments on commit 1a9d843

Please sign in to comment.