tolaria 1.0.1 → 1.0.2
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 +4 -4
- data/lib/tolaria/managed_class.rb +1 -1
- data/lib/tolaria/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a996431001ce37bf060537c471f8bf1f2c0f458d
|
|
4
|
+
data.tar.gz: f6a7d061f34e5ec17f8208ef7aeb18d40459d75d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7dab63d32a4e18bdbcb6ca062c4b4bcdebccf10b41e67c6682d96d92a1d6d445f9f02522b5f6062758468a768a5d5a9bdc957ae6800c774d44756c61e88f9bc1
|
|
7
|
+
data.tar.gz: ccbbd5526545118d5213d0a8449fb4b1acfd9cd0e9ac6b5d324232872519dc4a9fe3489393f1d6e8e20e0f961650c73fa383aad2ad5c33ab7b693d0ba33a1715
|
|
@@ -36,7 +36,7 @@ module Tolaria
|
|
|
36
36
|
|
|
37
37
|
# A factory method that registers a new model in Tolaria and configures
|
|
38
38
|
# its menu and param settings. Developers should use `ActiveRecord::Base.manage_with_tolaria`
|
|
39
|
-
def self.create(klass, icon:"file-o", permit_params:[], priority:10, category:"Settings", default_order:"id DESC", paginated:true, allowed_actions
|
|
39
|
+
def self.create(klass, icon:"file-o", permit_params:[], priority:10, category:"Settings", default_order:"id DESC", paginated:true, allowed_actions:[:index, :show, :new, :create, :edit, :update, :destroy])
|
|
40
40
|
|
|
41
41
|
managed_class = self.new
|
|
42
42
|
managed_class.klass = klass
|
data/lib/tolaria/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tolaria
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Csuhta
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-12-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bcrypt
|
|
@@ -427,7 +427,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
427
427
|
version: '0'
|
|
428
428
|
requirements: []
|
|
429
429
|
rubyforge_project:
|
|
430
|
-
rubygems_version: 2.
|
|
430
|
+
rubygems_version: 2.5.1
|
|
431
431
|
signing_key:
|
|
432
432
|
specification_version: 4
|
|
433
433
|
summary: A Rails CMS framework for making people happy.
|