Skip to content

Commit

Permalink
* enable an app that uses the surveyor to change the parse_and_build…
Browse files Browse the repository at this point in the history
… methods defined in lib/surveyor/parser.rb
  • Loading branch information
Mathias Kutzner committed Jun 7, 2011
1 parent ab0370c commit 375f467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/surveyor/parser.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
%w(survey survey_section question_group question dependency dependency_condition answer validation validation_condition).each {|model| require model }
module Surveyor
class Parser
# Attributes
Expand Down Expand Up @@ -296,3 +295,4 @@ def self.parse_and_build(context, args, original_method, reference_identifier)
:rule_key => reference_identifier}.merge(a1 || {}))
end
end
%w(survey survey_section question_group question dependency dependency_condition answer validation validation_condition).each {|model| require model }

0 comments on commit 375f467

Please sign in to comment.