nishisuke_mountable_engine 0.1.1 → 0.1.2

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: 226c6eed8092c9d256d84440baf4e0ea1b8c6779dc4097eb2ee0aa1c92d85f17
4
- data.tar.gz: 6f142573276f7fc797e5bed332a9175c933392d5c7df97076acd22b6025f0b8a
3
+ metadata.gz: 190731a6ae6b061d71cb71c195e687257e48154b64067fe18cf994f2362a6a45
4
+ data.tar.gz: 5325c01da787d7f3e390118d01e224cd9467835f71ab9eeee87bcfb584ab0fc2
5
5
  SHA512:
6
- metadata.gz: dc4e89269ccca8bc8f280d2991581b0b9c459dec78f0479ea0d387f40309cd9976535943213abbb7f538ead9f4ae6d91ac67317eeebbe86159397bda6ce72ce3
7
- data.tar.gz: ecea3f52e0ed5960ab08a0def9e83a6c2b1f693eca5b71fa5a92d93ec70c0069852791e1362e50da61a30dc74f6a983d0294b41773bdfd562a98b89b45160447
6
+ metadata.gz: 601032b375c81549c249ece6b8f94bd74a821a45e5a39c7344c33c0d7277e182728349202f5902d2f3030b1a962c8bfb4e257851a04cdfc71532a8461a6e7517
7
+ data.tar.gz: 75fdbfac0a5dfe26a2c107b97ecfc9819c2b73191c4c49d8b2fcdfb39809127d23ba7e5fcde3d0364c48ab6cfa7de73c6f6450da11339e856c7713dcadd447b6
@@ -3,11 +3,9 @@ require_dependency "nishisuke_mountable_engine/application_controller"
3
3
  module NishisukeMountableEngine
4
4
  class NishisukeController < ApplicationController
5
5
  def root
6
- render text: 'root'
7
6
  end
8
7
 
9
8
  def dashboard
10
- render text: 'dashboard'
11
9
  end
12
10
  end
13
11
  end
@@ -0,0 +1,4 @@
1
+ <p>dash</p>
2
+ <p>dash</p>
3
+ <p>dash</p>
4
+ <p>dash</p>
@@ -0,0 +1,4 @@
1
+ <p>root</p>
2
+ <p>root</p>
3
+ <p>root</p>
4
+ <p>root</p>
@@ -1,3 +1,3 @@
1
1
  module NishisukeMountableEngine
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nishisuke_mountable_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nishisuke
@@ -58,6 +58,8 @@ files:
58
58
  - app/mailers/nishisuke_mountable_engine/application_mailer.rb
59
59
  - app/models/nishisuke_mountable_engine/application_record.rb
60
60
  - app/views/layouts/nishisuke_mountable_engine/application.html.erb
61
+ - app/views/nishisuke_mountable_engine/nishisuke/dashboard.html.erb
62
+ - app/views/nishisuke_mountable_engine/nishisuke/root.html.erb
61
63
  - config/routes.rb
62
64
  - lib/nishisuke_mountable_engine.rb
63
65
  - lib/nishisuke_mountable_engine/engine.rb