corn_starch 1.1.13 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad3bca5c0c4307bd8d652a2147afc80613b50328
4
- data.tar.gz: ebdf3c7d3bbe9e18f7e9218231e24e9e60015a97
3
+ metadata.gz: 5c2535c6ab1daae80a346b080008e118ea40f81c
4
+ data.tar.gz: d2a5b8d048bba6d1f143d14ad9f4b755022ddcba
5
5
  SHA512:
6
- metadata.gz: 9a4dbdef621d52a34a7be1466130a8650f1aa71b1e3be5d679d56914be1196dbd77de7875a85071ff528cadb7aa03442e5cded16a5386ece39e69b31f9d19f28
7
- data.tar.gz: 5d32d735c883f9aafa69e8611b78a2f342fc3fe6de88b46464e23452468505e28a410ab4985b1eb5c63af5296ea2a0ba678da122309bbc0638974c577621e776
6
+ metadata.gz: 4df29ec6dcb24360d8d1e1e8b484dae4c454dcad3db96f3288df55c5ad93f0760c4b2cf3618274ea514c7e1aea6665b6fcb5305659001cb17d79028733b45c9d
7
+ data.tar.gz: 27851f2956a73d28581512a3aa4e00ae453863e6d05532f2286ac115ec8f8d9f270185bdc0875d58fcb4b989da4c2f646c02a2f1f8ca5cb68079d2da91c5593a
@@ -0,0 +1,20 @@
1
+ # CornStarch
2
+ # by Eresse <eresse@eresse.net>
3
+
4
+ # CornStarch Module
5
+ module CornStarch
6
+
7
+ # CornStarch Model
8
+ class CornStarchModel < ActiveRecord::Base
9
+
10
+ # Get/Set Searchable Attributes
11
+ def self.searchable_attributes attrs = nil
12
+ @searchable_attributes = attrs || @searchable_attributes
13
+ end
14
+
15
+ # Get/Set Searchable Associations
16
+ def self.searchable_associations assocs = nil
17
+ @searchable_associations = assocs || @searchable_associations
18
+ end
19
+ end
20
+ end
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.1.13'
2
+ VERSION = '1.1.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.13
4
+ version: 1.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse
@@ -53,6 +53,7 @@ files:
53
53
  - app/controllers/corn_starch/corn_starch_controller.rb
54
54
  - app/controllers/corn_starch/sessions_controller.rb
55
55
  - app/helpers/corn_starch/corn_starch_helper.rb
56
+ - app/models/corn_starch_model.rb
56
57
  - app/views/corn_starch/layouts/_notifications.html.erb
57
58
  - app/views/corn_starch/layouts/_pagination.html.erb
58
59
  - bin/console