lib/ib/outlets.rb in ib-0.1.2 vs lib/ib/outlets.rb in ib-0.1.3
- old
+ new
@@ -1,8 +1,11 @@
module IB
def ib_outlet name, type = "id"
- # maybe call attr_accessor here?
+ end
+
+ def outlet_accessor name, type = "id"
+ attr_accessor name
end
def ib_action name
end