forked from gunn/haml-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Manifest.txt
28 lines (28 loc) · 1.03 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
History.txt
MIT-LICENSE
Manifest.txt
README.rdoc
Rakefile
generators/haml_scaffold/haml_scaffold_generator.rb
generators/haml_scaffold/templates/_form.html.haml.erb
generators/haml_scaffold/templates/_object.html.haml.erb
generators/haml_scaffold/templates/controller.rb.erb
generators/haml_scaffold/templates/functional_test.rb.erb
generators/haml_scaffold/templates/helper.rb.erb
generators/haml_scaffold/templates/helper_test.rb.erb
generators/haml_scaffold/templates/layout.html.haml.erb
generators/haml_scaffold/templates/stylesheet.sass
generators/haml_scaffold/templates/view_edit.html.haml.erb
generators/haml_scaffold/templates/view_index.html.haml.erb
generators/haml_scaffold/templates/view_new.html.haml.erb
generators/haml_scaffold/templates/view_show.html.haml.erb
init.rb
lib/haml_scaffold/version.rb
samples/posts_controller.rb
samples/posts_controller_test.rb
samples/views/_form.html.haml
samples/views/_post.html.haml
samples/views/edit.html.haml
samples/views/index.html.haml
samples/views/new.html.haml
samples/views/show.html.haml