card-mod-style 0.14.2 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
-
3
- class AddModStyleAssetsType < Cardio::Migration::Core
4
- def up
5
- add_cardtypes
6
- delete_style_cards
7
- end
8
-
9
- def add_cardtypes
10
- ensure_code_card name: "Mod style assets", type_id: Card::CardtypeID
11
- ensure_code_card name: "Local style folder group", type_id: Card::CardtypeID
12
- ensure_code_card name: "Local style manifest group", type_id: Card::CardtypeID
13
- end
14
-
15
- def delete_style_cards
16
- # delete_code_card :script_decko
17
- end
18
- end
@@ -1,3 +0,0 @@
1
- def dependent_asset_inputters
2
- [left]
3
- end