Skip to content

Commit

Permalink
Change Virtus::Attribute::EmbeddedValue.determine_type to be @api pri…
Browse files Browse the repository at this point in the history
…vate
  • Loading branch information
dkubb committed Jun 11, 2012
1 parent 8d95998 commit 25b7d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virtus/attribute/embedded_value.rb
Expand Up @@ -44,7 +44,7 @@ def self.merge_options(type, options)
# #
# @return [Virtus::Attribute::EmbeddedValue] # @return [Virtus::Attribute::EmbeddedValue]
# #
# @api public # @api private
def self.determine_type(klass) def self.determine_type(klass)
if klass <= Virtus || klass <= OpenStruct if klass <= Virtus || klass <= OpenStruct
FromOpenStruct FromOpenStruct
Expand Down

0 comments on commit 25b7d88

Please sign in to comment.