aaf-lipstick 1.1.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- require 'action_view'
2
-
3
- module Lipstick
4
- class ActionViewTiltTemplate < Tilt::ERBTemplate
5
- def prepare
6
- @engine = ActionView::Template::Handlers::Erubis.new(data, options)
7
- end
8
-
9
- def precompiled_preamble(_locals)
10
- ''
11
- end
12
-
13
- def precompiled_postamble(_locals)
14
- ''
15
- end
16
- end
17
- end
@@ -1,2 +0,0 @@
1
- class SemanticFormBuilder < ActionView::Helpers::FormBuilder
2
- end