Trailblazer v2.0.7 Release Notes

    • 👍 Allow to use any method with the Model macro, e.g.

      step Model( Comment, :[] )
      

    will now invoke Comment[ params[:id] ], which makes using Sequel a breeze. code: contract do .. end etc needs to be moved to a new gem if we want to keep it alive.