skinny-framework / skinny-framework

:monorail: "Scala on Rails" - A full-stack web app framework for rapid development in Scala

Home Page:https://skinny-framework.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUDFeature.scala createWithNamedValues return not align with comment

angusonesky opened this issue · comments

Expected return created count

/**
   * Creates a new entity with named values.
   *
   * @param namedValues named values
   * @param s db session
   * @return created count
   */

Actual:

convertAutoGeneratedIdToId(id).getOrElse(...)

Thanks. I'll fix the doc mistake later. If you have time and you're interested in contributing this project, pull requests are welcome.