ish_manager 0.1.8.74 → 0.1.8.75

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
  SHA1:
3
- metadata.gz: 0af245d153870182de936e139ded299ed3f6c3d0
4
- data.tar.gz: 7432183da982913f48239084362dc00b7a725964
3
+ metadata.gz: 9a92184ca71e8ad35996069f66537682152d15c6
4
+ data.tar.gz: 5f750a6b474c104c4b84a6c60cc8516716ac1b47
5
5
  SHA512:
6
- metadata.gz: 47c795d68a9959381b5426017d7117824b0bb900fef798715f68f0d009c44e1d80ed9448a3fc331dae942e8a5abf7b561770b44ff34f71743709535f76c179ec
7
- data.tar.gz: 360892ab5a144108747ef51d1187409a9fa5e958fb50ce2697c9a491645c1b8b5d6ad7315f923328439f84c5327578ba1e4988acc3f35d21e326c89e041f4dcf
6
+ metadata.gz: f0e4a96621fd24ae159e778505c59fd15a2800052c02db45450ba794f99c01c5a4d69b1b350187f4473fe7419d84b176f08234d993c69765007720e0155fc8c1
7
+ data.tar.gz: da2ccd3e559bd9915b26f317beb2be10df7937f1cbae6c4156085207c4f7279ad485283944b180317b8319bf6e7d6d9fed3694eacb6d3fe5f6cd92ff57453327
@@ -1,6 +1,6 @@
1
1
  module IshManager
2
2
  class ApplicationController < ActionController::Base
3
- protect_from_forgery :with => :exception, :prepend => true
3
+ # protect_from_forgery :with => :exception, :prepend => true
4
4
  before_action :set_current_ability
5
5
  check_authorization
6
6
 
@@ -4,7 +4,6 @@
4
4
  .panel
5
5
  .panel-body
6
6
  = form_for @new_friend, :as => :friend, :url => friends_path do |f|
7
- = hidden_field_tag :authenticity_token, form_authenticity_token
8
7
  .row
9
8
  .col-sm-6
10
9
  = f.text_field :email, :placeholder => 'email'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.74
4
+ version: 0.1.8.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox