Skip to content

Commit

Permalink
Ember route
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratov committed Aug 4, 2014
1 parent c7b083e commit ae39dc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public class ERXRouteRequestHandler extends WODirectActionRequestHandler {
* A NameFormat that behaves like WO -- singular entities, singular routes, lowercase camel names (namesLikeThis).
*/
public static NameFormat WO_LOWER = new NameFormat(false, false, NameFormat.Case.LowerCamelCase);
public static NameFormat EMBER = new NameFormat(true, true, NameFormat.Case.LowerCamelCase);

/**
* NameFormat specifies how routes and controller names should be capitalized by default.
Expand Down

0 comments on commit ae39dc4

Please sign in to comment.