Skip to content

Commit

Permalink
Tobias: Sprout Tobias Gizmo
Browse files Browse the repository at this point in the history
- #1
- zinc-collective#709

- For a #9 to leverage
  the behavior we described, we need a way to put tobias on the web.
  zinc-collective#709 are the equivalent
  of an "App" in the Convene world.

- Note: `Gizmo` and `Furniture` are equivalent. We probably should
  finish zinc-collective#1472

- The migration change makes sure that ahttps://github.com//issues/4
  is connected to #1
  • Loading branch information
zspencer committed Mar 25, 2024
1 parent 07eb144 commit 9551e6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/furniture/tobias.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Tobias < Furniture
location(parent: :room)
end

# TOBIAS is hard to pluralize... Rails presumed TOBIAS was plural,
# TOBIAS is hard to pluralize... Rails presumed TOBIAS was plural...
# So this tells Rails that TOBIAS is the singular form, and that TOBIASes
# is the plural.
ActiveSupport::Inflector.inflections(:en) do |inflect|
Expand Down
Empty file.
8 changes: 8 additions & 0 deletions app/furniture/tobias/trusts_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class Tobias
class TrustsController < FurnitureController

def show
end

end
end

0 comments on commit 9551e6c

Please sign in to comment.