fiedl/wingolfsplattform

View on GitHub
app/models/profile_fields/klammerung.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ProfileFields

  class Klammerung < ProfileField
    def self.model_name; ProfileField.model_name; end
  end
  
end