Skip to content

Commit

Permalink
Ruby old style symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Fenton committed May 21, 2012
1 parent ae711d8 commit 7c6467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/twitter_breadcrumbs_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TwitterBreadcrumbsHelper
def render_breadcrumbs(divider = '/')
render partial => 'twitter-bootstrap/breadcrumbs', locals => {divider => divider}
render :partial => 'twitter-bootstrap/breadcrumbs', :locals => { :divider => divider }
end
end

0 comments on commit 7c6467a

Please sign in to comment.