mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Update TODO
This commit is contained in:
parent
cacbf269f3
commit
a6496419b8
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2009 [name of plugin creator]
|
||||
Copyright (c) 2009 PlataformaTec http://blog.plataformatec.com.br/
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
== General
|
||||
|
||||
* Sample CSS
|
||||
* Add default size support
|
||||
* Allow block to be given to overwrite content
|
||||
|
||||
== Validations
|
||||
|
||||
|
|
|
@ -2,10 +2,11 @@ class SimpleFormInstallGenerator < Rails::Generator::Base
|
|||
|
||||
def manifest
|
||||
record do |m|
|
||||
m.directory 'config/initializers'
|
||||
m.template 'simple_form.rb', 'config/initializers/simple_form.rb'
|
||||
|
||||
m.directory 'config/locales'
|
||||
m.template locale_file, 'config/locales/simple_form.yml'
|
||||
m.template locale_file, 'config/locales/simple_form.en.yml'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue