Skip to content

Commit

Permalink
Fixed id issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed May 11, 2010
1 parent 25afb72 commit eac615a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ def include_in_path_options


class TargetedEntryDetailOptions < HashModel
attributes :blog_target_id => nil
attributes :blog_target_id => 0

validates_presence_of :blog_target_id
options_form(fld(:blog_target_id, :select, :options => :blog_target_options))
Expand Down

0 comments on commit eac615a

Please sign in to comment.