summaryrefslogtreecommitdiff
path: root/lib/trocla/formats/plain.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/trocla/formats/plain.rb')
-rw-r--r--lib/trocla/formats/plain.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/trocla/formats/plain.rb b/lib/trocla/formats/plain.rb
index 98797d2..79502e0 100644
--- a/lib/trocla/formats/plain.rb
+++ b/lib/trocla/formats/plain.rb
@@ -1,7 +1,7 @@
-class Trocla::Formats::Plain
+class Trocla::Formats::Plain < Trocla::Formats::Base
def format(plain_password,options={})
plain_password
end
-end \ No newline at end of file
+end