lib/gooddata/models/metadata/fact.rb in gooddata-0.6.19 vs lib/gooddata/models/metadata/fact.rb in gooddata-0.6.20
- old
+ new
@@ -20,10 +20,10 @@
#
# @param options [Hash] the options hash
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
def all(options = { :client => GoodData.connection, :project => GoodData.project })
- query('facts', Fact, options)
+ query('fact', Fact, options)
end
end
# Creates the basic count metric with the fact used. The metric created is not saved.
# @param [Hash] options the options to pass to the value list