flyboy 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  class StatesToString < ActiveRecord::Migration
2
2
  def change
3
3
  change_column :flyboy_goals, :status, :string
4
- Flyboy::Goal.where(status: 0).update_all(status: "pending")
5
- Flyboy::Goal.where(status: 1).update_all(status: "open")
6
- Flyboy::Goal.where(status: 2).update_all(status: "closed")
4
+ Flyboy::Goal.where(status: "0").update_all(status: "pending")
5
+ Flyboy::Goal.where(status: "1").update_all(status: "open")
6
+ Flyboy::Goal.where(status: "2").update_all(status: "closed")
7
7
  end
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module Flyboy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  @import dorsale/all
2
- @import flyboy/application
2
+ @import flyboy/all
3
3
 
4
4
  body
5
5
  margin: 15px 0
Binary file