- Allow
Tooling#make
to resolve default forgeable if aForge
class is provided. I.e., if I domake forge(:user)
it would resolve tomake forge(:user).user
. - Allow
Tooling#make
to take block - Build
Tooling#create
that persists models into the database using#save!
(Should go into blacksmith_rails)