Skip to content

Commit edd0700

Browse files
author
Mattia Roccoberton
committed
Minor improvements
1 parent 837fd6d commit edd0700

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Features:
77
- clean UI
88
- compact nested forms
99
- [customizable](#customize)
10-
- new formtastic inputs: [toggle](#toggle)
10+
- custom boolean input: [toggle](#toggle)
1111
- Blaze CSS [widgets](#blaze-widgets)
1212

1313
## Install

lib/activeadmin_blaze_theme.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'activeadmin_blaze_theme/version'
22

3+
# require 'formtastic/inputs/blaze_array_input'
34
require 'formtastic/inputs/blaze_toggle_input'
45

56
module ActiveAdminBlazeTheme
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdminBlazeTheme
2-
VERSION = "0.2.0"
2+
VERSION = "0.2.2"
33
end

0 commit comments

Comments
 (0)