bullet_train-super_scaffolding 1.1.13 → 1.1.14
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2129ed55c51850638d178892b9aa302d66640a0925a36e707dc08cc0a8e389bd
|
4
|
+
data.tar.gz: 43765dbe89dcac2771437b51d74395db217f266f0c67a514683f8a3f3649c04f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76b42ea50341efa8ddd79a0c92939bbfa60e9106d5e5862ea40a2ae4f327994d7f3f6bee594175728a6abdcaaade057fbf87888c43dd92782c62a5baec89b2da
|
7
|
+
data.tar.gz: 8ac8d05651fd79b96be8ed1a3f57e04bf28effb8305e90865ac89b945d22c32c608c98f10cf38f8063363e40f8ad75a33f73106ed5f7c893732d927762d06708
|
@@ -74,7 +74,7 @@ en:
|
|
74
74
|
<code>Scaffolding::AbsolutelyAbstract::CreativeConcept</code> is a model that exists by default in Bullet Train to serve as part of Super Scaffolding's template system.
|
75
75
|
It also provides an example of what a scaffolded model looks like by default.
|
76
76
|
Yes, the class has a very weird name, but the weird name serves an important purpose when we're generating code.
|
77
|
-
For more details and instructions on how to hide this, see "<a href="https://
|
77
|
+
For more details and instructions on how to hide this, see "<a href="https://bullettrain.co/docs/super-scaffolding">Code Generation with Super Scaffolding</a>".
|
78
78
|
show:
|
79
79
|
section: "%{creative_concept_name}"
|
80
80
|
header: Creative Concept Details
|
data/lib/scaffolding/script.rb
CHANGED