Top Level Namespace
Constant Summary collapse
- JBUILDER_SCHEMA_VERSION =
We can't use the standard
Jbuilder::Schema::VERSION =becauseJbuilderisn't a regular module namespace, but a class …which also loads Active Support. So we use trickery, and assign the proper version oncejbuilder/schema.rbis loaded. "2.6.9"