phcdevworks_mailer_form 0.0.3b → 0.0.4b

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: 0d1f2cc84142f627b3672ed4add5a00bade0900db9e6db8d93e7c73f7d1fc168
4
- data.tar.gz: 8dd583e21c7d0397f3ac265217f01ab764813448c737b6d603ff3aaa59f9008e
3
+ metadata.gz: 7d637770a204393fdd2c828406255362534f592c2fbb2cb057322cbbfc59b354
4
+ data.tar.gz: 2571d002043634c1c222647635ca023bccfa5c8a28db1787cdbec86eed68a831
5
5
  SHA512:
6
- metadata.gz: 9e34174d360d4e37a70eee0174cc7aab91509e8ef0c33b4b8cb031ea3507adab7cb8535c89a3d90f2dde4225f5888f100d1c162f182fcb281f35acc951b5ceeb
7
- data.tar.gz: f4695339260479eca2a6f7db57e66963cf1b08774cf411e3de7fb7dc3c537873884d44e59996933b03538c81aa4fd53e27cad44a667da6c739e2f175bda24456
6
+ metadata.gz: 0400fc3b886717d68930f96b62d4c1779c791d12772f92bc494a7d8d3a15ab8cb68a24758a358a1d9772588d1366f62c237eba3a6498d0c6b3cb0bd3059d39a7
7
+ data.tar.gz: 333d83f8f1c0293505ff12062c92c7ae9d2a8f195a3e53b95a7affb4f446fff6bec5b5587ad34bc12bbdd832e4a30e0b7269ed51ee37d4a1cf1fad3e83da60ab
@@ -1 +1 @@
1
- //= link_directory ../stylesheets/phcdevworks_mailer_form .css
1
+ //= link_directory ../stylesheets/phcdevworks_mailer_form .scss
@@ -1,5 +1,13 @@
1
1
  module PhcdevworksMailerForm
2
2
  class ApplicationController < ActionController::Base
3
+
4
+ # Security Filters
3
5
  protect_from_forgery with: :exception
6
+
7
+ # Load Requried Helper Files
8
+ helper PhcdevworksActiveMenus::Engine.helpers
9
+ helper PhcdevworksNotifications::Engine.helpers
10
+ helper PhcdevworksTitleseo::Engine.helpers
11
+
4
12
  end
5
13
  end
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksMailerForm
2
- VERSION = "0.0.3b"
2
+ VERSION = "0.0.4b"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_mailer_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3b
4
+ version: 0.0.4b
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-16 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -293,8 +293,8 @@ files:
293
293
  - README.md
294
294
  - Rakefile
295
295
  - app/assets/config/phcdevworks_mailer_form_manifest.js
296
- - app/assets/javascripts/phcdevworks_mailer_form/website/pages.coffee
297
- - app/assets/stylesheets/phcdevworks_mailer_form/application.css
296
+ - app/assets/javascripts/website/pages.coffee
297
+ - app/assets/stylesheets/phcdevworks_mailer_form/application.scss
298
298
  - app/assets/stylesheets/phcdevworks_mailer_form/website/pages.scss
299
299
  - app/controllers/phcdevworks_mailer_form/application_controller.rb
300
300
  - app/controllers/phcdevworks_mailer_form/website/pages_controller.rb
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://coffeescript.org/