> is this intentional?
Not in this case. In other cases we've been somewhat strict,
especially in the DSL layer where it's important to specify behaviour
explicitly, but something like this we would generally want to handle
in DM.
> In rails and active record land. We can do this @model = Model.new
> (params[:model]) and never have to worry checking for nil.
>
> Now I have to do this @model = Model.new(params[:model] || {})
Submit a ticket and I'll fix that:
http://is.gd/aa86
--
Dan
(dkubb)