lib/shelly/app.rb in shelly-0.2.17 vs lib/shelly/app.rb in shelly-0.2.18
- old
+ new
@@ -212,9 +212,13 @@
def credit
attributes["organization"]["credit"].to_f
end
+ def organization_details_present?
+ attributes["organization"]["details_present"]
+ end
+
def self.inside_git_repository?
system("git status > /dev/null 2>&1")
end
def to_s