Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bsa7 committed Oct 20, 2013
1 parent fdfcbaf commit 254b408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/crummy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Configuration
attr_accessor :html_separator
attr_accessor :xml_separator
attr_accessor :html_list_separator
attr_accessor :html_list_right_separator
attr_accessor :first_class
attr_accessor :last_class
attr_accessor :ul_id
Expand All @@ -30,6 +31,7 @@ def initialize
@html_separator = " » ".html_safe
@xml_separator = "crumb"
@html_list_separator = ''
@html_list_right_separator = ''
@skip_if_blank = true
@links = true
@first_class = ''
Expand Down

0 comments on commit 254b408

Please sign in to comment.