Commit 442eed8f67ba87559062ae0ffee60d0a190364dd
1 parent
ee9a46b6
Exists in
fix_sign_up_form
New environment field exposes
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/api/entities.rb
@@ -266,6 +266,8 @@ module Api | @@ -266,6 +266,8 @@ module Api | ||
266 | expose :id | 266 | expose :id |
267 | expose :description | 267 | expose :description |
268 | expose :layout_template | 268 | expose :layout_template |
269 | + expose :signup_intro | ||
270 | + expose :terms_of_use | ||
269 | expose :settings, if: lambda { |instance, options| options[:is_admin] } | 271 | expose :settings, if: lambda { |instance, options| options[:is_admin] } |
270 | end | 272 | end |
271 | 273 |