pretty names for references

This commit is contained in:
Torsten Ruger
2015-06-19 19:50:53 +03:00
parent a2bfaf1b2c
commit 7551a16b6e
6 changed files with 21 additions and 1 deletions

View File

@@ -47,5 +47,10 @@ module Parfait
def get_object_class()
return @object_class
end
def sof_reference_name
"#{@object_class.name}_Layout"
end
end
end