lib/PinPress/templates/pin_template.rb in pinpress-1.0.2 vs lib/PinPress/templates/pin_template.rb in pinpress-1.1.0
- old
+ new
@@ -1,5 +1,7 @@
module PinPress
+ # A template for a pin; even though
+ # currently empty, allows for future
+ # flexibility.
class PinTemplate < Template
-
end
-end
\ No newline at end of file
+end