active_record_survey 0.1.10 → 0.1.11
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0136361d1a41accf2c877e04d3d7f0c83e41bc87
|
4
|
+
data.tar.gz: 18abfa6fdc7e0523e8bb0be95f1f7bd840dc6b92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f893cb74cf30f5a451b99c84b0657079db40c695a9de74c8bfc60e037c490c93e4362fb5db46c34645a205f8e1782edcb24682fee5a68d2bd843cfa601c90fce
|
7
|
+
data.tar.gz: b257a18924ec25a71236b2b3dbe795c3d0923f1fb0f6cb9b190b3c33fcc0d7409ed282195b115b6294f7a747fb51a94d0cbd8bb8ac5715978d85dc11ea6c1322
|
@@ -4,8 +4,8 @@ require "rails/generators/migration"
|
|
4
4
|
require "rails/generators/active_record"
|
5
5
|
|
6
6
|
# Extend the HasDynamicColumnsGenerator so that it creates an AR migration
|
7
|
-
module
|
8
|
-
class ActiveRecordGenerator < ::
|
7
|
+
module ActiveRecordSurvey
|
8
|
+
class ActiveRecordGenerator < ::ActiveRecordSurveyGenerator
|
9
9
|
include Rails::Generators::Migration
|
10
10
|
extend NextMigrationVersion
|
11
11
|
|