Skip to content

Commit

Permalink
udpated
Browse files Browse the repository at this point in the history
git-svn-id: http://rubyamf.googlecode.com/svn/branches/development/rubyamf@989 47e52f69-1a3c-0410-a923-c93d89df8d96
  • Loading branch information
beingthexemplary committed Oct 16, 2007
1 parent 300f845 commit 4f59879
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rails_installer_files/vo_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This only matters if you're using VO's that aren't of type active_record
ValueObjects.vo_path = 'app'

#=> Value Object Definitions
#=> VALUE OBJECT DEFINITIONS
# A Value Object definition conists of at least these three properties:
# :incoming #If an incoming value object is an instance of this type, the VO is turned into whatever the :map_to key specifies
# :map_to #Defines what object to create if an incoming match is made.
Expand All @@ -32,17 +32,14 @@
#ValueObjects.register({:incoming => 'Address', :map_to => 'Address', :outgoing => 'Address', :type => 'active_record'})


##################################
#=> CASE TRANSLATIONS
# Most actionscript uses camel case instead of snake case. Set ValueObjects.translate_case to true if want translations to occur.
# An incoming property like: myProperty gets turned into my_property
# An outgoing property like my_property gets turned into myProperty
ValueObjects.translate_case = false


##################################
#=> INCOMING REMOTING PARAMETER MAPPINGS
#
# Incoming Remoting Parameter mappings allow you to map an incoming requests parameters into rails' params hash
# Here's an example:
# Parameter::Map.register({
Expand Down

0 comments on commit 4f59879

Please sign in to comment.