1
0
Fork 0
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:
José Valim 2009-12-20 23:42:29 +01:00
parent cacbf269f3
commit a6496419b8
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,8 @@
== General
* Sample CSS
* Add default size support
* Allow block to be given to overwrite content
== Validations

View file

@ -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